csUnit Class Library

Assert.Less Method (Int32, Int32, String)

Asserts the first value is less than the second value.

public static void Less(
   int expectedLess,
   int expectedGreater,
   string message
);

Parameters

expectedLess
The left-hand side of the inequality
expectedGreater
The right-hand side of the inequality
message
An optional message to display with the default message

See Also

Assert Class | csUnit Namespace | Assert.Less Overload List