csUnit Class Library

Assert.Less Method (Int16, Int16, String)

Asserts the first value is less than the second value.

public static void Less(
   short val1,
   short 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