MbUnit has a lot of asserts that you can use in your testing toolbox. To help you see the difference between unit test frameworks I have compared the asserts from the current NUnit release to the current MbUnit release as follows. AreEqual - NUnit AreNotSame - NUnit AreSame - NUnit AreValueEqual Between...