DecimalAssertions.BeGreaterThan Method
Definition
Asserts that the decimal value is greater than the expected value.
public DecimalAssertionsChain BeGreaterThan(decimal expected);
Parameters
| Name | Type | Description |
|---|---|---|
expected |
Decimal |
The value the decimal should be greater than. |
Returns
A DecimalAssertionsChain for chaining further assertions.