csUnit Class Library

Assert.Less Method (Int16, Int16)

Asserts the first value is less than the second value.

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