NUnit.Framework.Internal.Commands.BeforeTestActionCommand
TestActionBeforeCommand handles the BeforeTest method of a single
TestActionItem, relying on the item to remember it has been run.
namespace NUnit.Framework.Internal.Commands
{
public class BeforeTestActionCommand : BeforeTestCommand
{
public BeforeTestActionCommand(TestCommand innerCommand, TestActionItem action);
}
}