DecimalAssertionsChain Constructors
Enables chaining of assertions on a Decimal value after a successful assertion.
public DecimalAssertionsChain(DecimalAssertions decimalAssertions);
Parameters
| Name | Type | Description |
|---|---|---|
| decimalAssertions | DecimalAssertions | The assertions object to chain from. |