Class OneTimeTearDownCommand
OneTimeTearDownCommand performs any teardown actions specified for a suite and calls Dispose on the user test object, if any.
public class OneTimeTearDownCommand : AfterTestCommand
- Inheritance
-
OneTimeTearDownCommand
- Inherited Members
Constructors
OneTimeTearDownCommand(TestCommand, SetUpTearDownItem)
Construct a OneTimeTearDownCommand
public OneTimeTearDownCommand(TestCommand innerCommand, SetUpTearDownItem setUpTearDownItem)
Parameters
innerCommand
TestCommandThe command wrapped by this command
setUpTearDownItem
SetUpTearDownItemA SetUpTearDownList for use by the command