BooleanAssertionsChain Constructors
Enables chaining of assertions on a boolean value after a successful assertion.
public BooleanAssertionsChain(BooleanAssertions booleanAssertions);
Parameters
| Name | Type | Description |
|---|---|---|
| booleanAssertions | BooleanAssertions | The assertions object to chain from. |