IntelliTest Won't Create Test Project

时间秒杀一切 提交于 2019-12-12 01:36:49

问题


I have created a new project, which I would like to test with IntelliTest. I click inside a class/method and select Create IntelliTest. When I click okay in the dialog box, IntelliTest acts as if a project is created, but nothing shows up. There is no new project in the Solution Explorer, no new files created when looking in File Explorer, no error messages and no compile errors.

The output from IntelliTest shows no errors:

loading settings from TestGeneration.Extensions.IntelliTest.NUnit
Creating Project MyProject.Tests
finished

If I run IntelliTest and try to save it, I get an error:

It seems to make no difference when I change the settings or test framework.


回答1:


Restoring the default templates seem to solve the problem.



来源:https://stackoverflow.com/questions/36435197/intellitest-wont-create-test-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!