Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TestDriven.Net doesn't find tests

I have a test project using MbUnit and TestDriven.Net.

If I right-click on an individual test method and say "Run Tests" the test runs successfully. Same thing if I click on a file name in the solution explorer.

However, if I right click and say run tests on the project or the solution, TestDriven.Net reports "0 Passed, 0 Failed, 0 Skipped."

I have other similar projects that work just fine, and yes, the classes are labeled [TestFixture] and the methods are labeled [Test].


1 Answers

Are the classes public?

like image 162
Lasse V. Karlsen Avatar answered Sep 22 '26 15:09

Lasse V. Karlsen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!