csUnit Class Library

Assert.Greater Method (Int16, Int16)

Asserts the first value is greater than the second value.

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

Parameters

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

See Also

Assert Class | csUnit Namespace | Assert.Greater Overload List