Table of Contents

Class AfterTestActionCommand

Namespace
NUnit.Framework.Internal.Commands
Assembly
nunit.framework.dll

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 TestCommand

The inner command.

action TestActionItem

The TestActionItem to run before the inner command.