csUnit Class Library

Assert.Less Method (Int64, Int64)

Asserts the first value is less than the second value.

public static void Less(
   long val1,
   long val2
);

Parameters

val1
The left-hand side of the inequality
val2
The right-hand side of the inequality

See Also

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