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