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

TODO: Documentation needed for class
Inheritance: NUnit.Framework.Internal.Commands.TestCommand
Afficher le fichier Open project: pjcollins/Andr.Unit

Méthodes publiques

Méthode 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

Méthode Description
GetProviderStackTrace ( ) : string
GetSkipReason ( ) : string

Method Details

Execute() public méthode

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

SkipCommand() public méthode

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