Skip to content

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.