I have a test project using MbUnit and TestDriven.Net.
If I right-click on a particular test method and say “Run Tests”, the test will succeed. Same thing if I click on the file name in the solution explorer.
However, if I right-click and say that it runs the project or solution tests, the TestDriven.Net reports “0 passed, 0 failed, 0 skipped”.
I have other similar projects that work very well, and yes, the classes are marked as [TestFixture], and the methods are marked as [Test].
brien source
share