0

I am using Mbunit, and I have written the tests in Mbunit. However, when I am trying to run the tests, it gives me an error:

No tests were run because the tests are not loaded or disabled.

halfer
  • 19,824
  • 17
  • 99
  • 186
pinki
  • 1,388
  • 5
  • 24
  • 36

1 Answers1

1

You need to give more information such as what version of MbUnit do use and what test runner do use?

If you use version 2 than make sure that decorated your class with [TextFixture] attribute and the test method with [Test] one.

Vadim
  • 21,044
  • 18
  • 65
  • 101