csUnit Class Library

Assert.Greater Method (Int64, Int64)

Asserts the first value is greater than the second value.

public static void Greater(
   long val1,
   long val2
);

Parameters

val1
The left-hand side of the inequality
val2
The right-hand side of the inequality

See Also

Assert Class | Assert Members | csUnit Namespace | Assert.Greater Overload List