C# 클래스 FwBuildTasks.NUnit

Run NUnit on a test assembly.
상속: TestTask
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명
EnsureToolPath void

보호된 메소드들

메소드 설명
GetTestsCompletedString ( ) : string
GetWorkingDirectory ( ) : string
ProcessOutput ( bool fTimedOut, System.TimeSpan delta ) : void
ProgramArguments ( ) : string
ProgramName ( ) : string

Gets the name of the executable to start.

비공개 메소드들

메소드 설명
EnsureToolPath ( ) : void

메소드 상세

GetTestsCompletedString() 보호된 메소드

protected GetTestsCompletedString ( ) : string
리턴 string

GetWorkingDirectory() 보호된 메소드

protected GetWorkingDirectory ( ) : string
리턴 string

ProcessOutput() 보호된 메소드

protected ProcessOutput ( bool fTimedOut, System.TimeSpan delta ) : void
fTimedOut bool
delta System.TimeSpan
리턴 void

ProgramArguments() 보호된 메소드

protected ProgramArguments ( ) : string
리턴 string

ProgramName() 보호된 메소드

Gets the name of the executable to start.
protected ProgramName ( ) : string
리턴 string