nunit-extmethods


NUnit Extension Methods

A few C# 3 extension methods to access the Constraint system of NUnit.

Sample usage: ``` using NUnit.Framework.ExtensionMethods;

...

var actual = 2.5; actual.Should(Be.EqualTo(2.5).Within(0.5)); ```

In the works: * An NUnitLite version

Project Information

Labels:
nunit c-sharp tdd