C# 클래스 NUnit.Framework.Internal.Commands.SkipCommand

TODO: Documentation needed for class
상속: NUnit.Framework.Internal.Commands.TestCommand
파일 보기 프로젝트 열기: pjcollins/Andr.Unit

공개 메소드들

메소드 설명
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