csUnit Class Library

Assert.Less Method (Int32, Int32, String)

Asserts the first value is less than the second value.

public static void Less(
   int val1,
   int val2,
   string message
);

Parameters

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

See Also

Assert Class | Assert Members | csUnit Namespace | Assert.Less Overload List