NUnit.Framework.Internal.Commands.AfterTestActionCommand
TestActionAfterCommand handles the AfterTest method of a single
TestActionItem, provided the items BeforeTest has been run.
namespace NUnit.Framework.Internal.Commands
{
public class AfterTestActionCommand : AfterTestCommand
{
public AfterTestActionCommand(TestCommand innerCommand, TestActionItem action);
}
}