MbUnit
MbUnit is an advanced unit testing framework, offering all the features of NUnit, but providing a better extensibility model and a number of additional features not found in alot of other unit testing frameworks.
MbUnit is an extensible .Net test framework. As in NUnit, tests are created at runtime using Reflection and custom attributes. MbUnit differentiates itself from NUnit in it's extensibility model. It contains a number of tests that go beyond the simple unit testing, such as a greater assert range, pairwise testing, combinatorial testing, data oriented testing, etc...
1/1/2007 12:00:00 PM
Back