Table of Contents

Class DisposeFixtureCommand

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

OneTimeTearDownCommand performs any teardown actions specified for a suite and calls Dispose on the user test object, if any.

public class DisposeFixtureCommand : AfterTestCommand
Inheritance
DisposeFixtureCommand
Inherited Members

Constructors

DisposeFixtureCommand(TestCommand)

Construct a OneTimeTearDownCommand

public DisposeFixtureCommand(TestCommand innerCommand)

Parameters

innerCommand TestCommand

The command wrapped by this command