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