I inherited an assembly with MSTest, but these tests were run using nunit-console on the build machine (not sure how it worked). So I decided to sort it out and change them to proper NUnit tests, but now nunit-console (or gui) can’t find any tests. They run just fine using ReSharper test runner though. Any idea what could be missing?
I inherited an assembly with MSTest, but these tests were run using nunit-console on
Share
Thanks for help, everyone. Upgrading to the latest NUnit framework fixed the problem (all the obvious things you suggested were OK).
Frederik Gheysels, you can try that as well I guess.