First in a series on MbUnit features and I’ll start with Asserts.

MbUnit supports the style of Asserts that you find in NUnit and others as well other styles. For example Assert.That supports NHamcrest syntax, for example.

You can also chain HHamcrest expressions.

MbUnit also supports Linq expressions in AssertEx.That, for example.