Class AfterTestActionCommand
TestActionAfterCommand handles the AfterTest method of a single TestActionItem, provided the items BeforeTest has been run.
public class AfterTestActionCommand : AfterTestCommand
- Inheritance
-
AfterTestActionCommand
- Inherited Members
Constructors
AfterTestActionCommand(TestCommand, TestActionItem)
Initializes a new instance of the AfterTestActionCommand class.
public AfterTestActionCommand(TestCommand innerCommand, TestActionItem action)
Parameters
innerCommand
TestCommandThe inner command.
action
TestActionItemThe TestActionItem to run before the inner command.