NUnit.Framework.Internal.Commands.FixturePerTestCaseCommand
ConstructFixtureCommand constructs the user test object if necessary.
namespace NUnit.Framework.Internal.Commands
{
public class FixturePerTestCaseCommand : BeforeTestCommand
{
public FixturePerTestCaseCommand(TestCommand innerCommand);
}
}