IntegerAssertions<T>.BeGreaterThan Method
Definition
Asserts that the integer value is greater than the expected value.
public IntegerAssertionsChain<T> BeGreaterThan(T expected);
Parameters
| Name | Type | Description |
|---|---|---|
| expected | T | The value the integer should be greater than. |
Returns
An IntegerAssertionsChain<T> for chaining further assertions.