Search code examples
visual-studio-2015intellitest

IntelliTest Won't Create Test Project


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: IntelliTest error

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


Solution

  • Restoring the default templates seem to solve the problem.