How do I Unit Test one [Test] method in MonoDevelop?

So, I use MonoDevelop(for some MonoTouchR&D) and have Unit Testing class library, using NUnit.

I have one [TestFixture] and several [Test] classes. I can run all the tests in one go ... but I have no idea how I can make DEBUG (like, at a breakpoint + step forward) individual.

How can I do this, please?

+5
source share
1 answer

If you have a regular library of NUnit test classes in MonoDevelop, you should be able to use Mono Soft Debugger for individual tests.

" " , , . > :

enter image description here

:

enter image description here

3.0, MonoDevelop.

+2

All Articles