csUnit Class Library

Assert.Less Method (Int64, Int64)

Asserts the first value is less than the second value.

public static void Less(
   long expectedLess,
   long expectedGreater
);

Parameters

expectedLess
The left-hand side of the inequality
expectedGreater
The right-hand side of the inequality

See Also

Assert Class | csUnit Namespace | Assert.Less Overload List