Table of Contents

Class FixturePerTestCaseCommand

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

ConstructFixtureCommand constructs the user test object if necessary.

public class FixturePerTestCaseCommand : BeforeTestCommand
Inheritance
FixturePerTestCaseCommand
Inherited Members

Constructors

FixturePerTestCaseCommand(TestCommand)

Handles the construction and disposement of a fixture per test case

public FixturePerTestCaseCommand(TestCommand innerCommand)

Parameters

innerCommand TestCommand

The inner command to which the command applies