csUnit Class Library

Assert.Greater Method (Int32, Int32)

Asserts the first value is greater than the second value.

public static void Greater(
   int expectedGreater,
   int 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