I have spent the last few hours converting 914 unit tests from NUnit to Xunit (xUnit.net 2.0.0 build 2700) - the solutions compile and TestDriven.NET can run all the tests but NCrunch is reporting that there are no tests.
Am I missing a config setting or something?
Quote:
------ Test started: Assembly: My.System.Tests.Unit.dll ------
697 passed, 0 failed, 0 skipped, took 20.18 seconds (xUnit.net 2.0.0 build 2700).
------ Test started: Assembly: My.Data.Tests.Unit.dll ------
217 passed, 0 failed, 0 skipped, took 4.17 seconds (xUnit.net 2.0.0 build 2700).
========== Total Tests: 914 passed, 0 failed, 0 skipped, took 24.45 seconds ==========
(The 53 ignored tests are MSTests in a separate project.)Things I've tried
- re-run the Configuration Wizard
- disabled and re-enable NCrunch
- deleted all ncrunchproject and the ncrunchsolution file