ActionAssertions Constructors
Provides assertions for actions, such as verifying that exceptions are thrown.
public ActionAssertions(Action action);
Parameters
| Name | Type | Description |
|---|---|---|
| action | Action | The action to assert on. |
Provides assertions for actions, such as verifying that exceptions are thrown.
public ActionAssertions(Action action);
| Name | Type | Description |
|---|---|---|
| action | Action | The action to assert on. |