ExceptionAssertionsChain<T> Constructors
Enables chaining of assertions on an exception value after a successful assertion.
public ExceptionAssertionsChain(ExceptionAssertions<T> exceptionAssertions);
Parameters
| Name | Type | Description |
|---|---|---|
| exceptionAssertions | ExceptionAssertions<T> | The assertions object to chain from. |