We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#IsLessThan
Matches if an object is less than another (must implement IComparable):
[Test] public void IsEqual() { Assert.That(2, Is.LessThan(3)); }