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