简体   繁体   English

IntelliTest不会创建测试项目

[英]IntelliTest Won't Create Test Project

I have created a new project, which I would like to test with IntelliTest. 我创建了一个新项目,我想使用IntelliTest进行测试。 I click inside a class/method and select Create IntelliTest . 我在类/方法内单击,然后选择创建IntelliTest When I click okay in the dialog box, IntelliTest acts as if a project is created, but nothing shows up. 当我在对话框中单击“确定”时,IntelliTest的行为就像创建了一个项目一样,但是没有任何显示。 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: IntelliTest的输出未显示任何错误:

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: 如果我运行IntelliTest并尝试保存它,则会收到错误消息: IntelliTest错误

It seems to make no difference when I change the settings or test framework. 当我更改设置或测试框架时,似乎没有什么区别。

恢复默认模板似乎可以解决问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM