Table of Contents

Class ConstructFixtureCommand

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

ConstructFixtureCommand constructs the user test object if necessary.

public class ConstructFixtureCommand : BeforeTestCommand
Inheritance
ConstructFixtureCommand
Inherited Members

Constructors

ConstructFixtureCommand(TestCommand)

Constructs a OneTimeSetUpCommand for a suite

public ConstructFixtureCommand(TestCommand innerCommand)

Parameters

innerCommand TestCommand

The inner command to which the command applies