Class SkipCommand
TODO: Documentation needed for class
public class SkipCommand : TestCommand
- Inheritance
-
SkipCommand
- Inherited Members
Constructors
SkipCommand(Test)
Initializes a new instance of the SkipCommand class.
public SkipCommand(Test test)
Parameters
testTestThe test being skipped.
Methods
Execute(TestExecutionContext)
Overridden to simply set the CurrentResult to the appropriate Skipped state.
public override TestResult Execute(TestExecutionContext context)
Parameters
contextTestExecutionContextThe execution context for the test
Returns
- TestResult
A TestResult