C# Класс NUnit.Framework.Internal.Commands.SkipCommand

TODO: Documentation needed for class
Наследование: NUnit.Framework.Internal.Commands.TestCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GetProviderStackTrace ( ) : string
GetSkipReason ( ) : string

Описание методов

Execute() публичный Метод

Overridden to simply set the CurrentResult to the appropriate Skipped state.
public Execute ( TestExecutionContext context ) : TestResult
context TestExecutionContext The execution context for the test
Результат TestResult

SkipCommand() публичный Метод

Initializes a new instance of the SkipCommand class.
public SkipCommand ( System.Test test ) : System
test System.Test The test being skipped.
Результат System