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