Class DisposeFixtureCommand
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
TestCommandThe command wrapped by this command