Method | Description | |
---|---|---|
Execute ( TestExecutionContext context ) : TestResult |
Overridden to simply set the CurrentResult to the appropriate Skipped state.
|
|
SkipCommand ( System.Test test ) : System |
Initializes a new instance of the SkipCommand class.
|
Method | Description | |
---|---|---|
GetProviderStackTrace ( ) : string | ||
GetSkipReason ( ) : string |
public Execute ( TestExecutionContext context ) : TestResult | ||
context | TestExecutionContext | The execution context for the test |
return | TestResult |
public SkipCommand ( System.Test test ) : System | ||
test | System.Test | The test being skipped. |
return | System |