C# 클래스 FwBuildTasks.Unitpp

상속: TestTask
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명
AppendStackTrace void
CreateTestCaseNode System.Xml.XmlElement
FinishTestCase void
ReportFailedTestCase System.Xml.XmlElement

보호된 메소드들

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

Processes the output into an XML file similar to those produced by NUnit. Some lines are also logged in the normal msbuild fashion.

ProgramArguments ( ) : string
ProgramName ( ) : string

비공개 메소드들

메소드 설명
AppendStackTrace ( Match match, XmlNode errorNode ) : void
CreateTestCaseNode ( XmlDocument xmlDoc, XmlNode results, string name, bool success ) : XmlElement

Creates a test case node.

FinishTestCase ( ) : void

Finishes the test case.

ReportFailedTestCase ( XmlNode results, string name ) : XmlElement

Reports a failed test case.

메소드 상세

GetTestsCompletedString() 보호된 메소드

protected GetTestsCompletedString ( ) : string
리턴 string

GetWorkingDirectory() 보호된 메소드

protected GetWorkingDirectory ( ) : string
리턴 string

ProcessOutput() 보호된 메소드

Processes the output into an XML file similar to those produced by NUnit. Some lines are also logged in the normal msbuild fashion.
protected ProcessOutput ( bool fTimedOut, System.TimeSpan delta ) : void
fTimedOut bool
delta System.TimeSpan
리턴 void

ProgramArguments() 보호된 메소드

protected ProgramArguments ( ) : string
리턴 string

ProgramName() 보호된 메소드

protected ProgramName ( ) : string
리턴 string