C# Class NUnit.Framework.Internal.Commands.SkipCommand

TODO: Documentation needed for class
Inheritance: NUnit.Framework.Internal.Commands.TestCommand
Datei anzeigen Open project: pjcollins/Andr.Unit

Public Methods

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.

Private Methods

Method Description
GetProviderStackTrace ( ) : string
GetSkipReason ( ) : string

Method Details

Execute() public method

Overridden to simply set the CurrentResult to the appropriate Skipped state.
public Execute ( TestExecutionContext context ) : TestResult
context TestExecutionContext The execution context for the test
return TestResult

SkipCommand() public method

Initializes a new instance of the SkipCommand class.
public SkipCommand ( System.Test test ) : System
test System.Test The test being skipped.
return System