csUnit Class Library

Assert.Greater Method (Int16, Int16, String)

Asserts the first value is greater than the second value.

public static void Greater(
   short expectedGreater,
   short expectedLess,
   string message
);

Parameters

expectedGreater
The left-hand side of the inequality.
expectedLess
The right-hand side of the inequality.
message
An optional message to display with the default message

See Also

Assert Class | csUnit Namespace | Assert.Greater Overload List