C# Class FwBuildTasks.Unitpp

Inheritance: TestTask
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description
AppendStackTrace void
CreateTestCaseNode System.Xml.XmlElement
FinishTestCase void
ReportFailedTestCase System.Xml.XmlElement

Méthodes protégées

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

Private Methods

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

Method Details

GetTestsCompletedString() protected méthode

protected GetTestsCompletedString ( ) : string
Résultat string

GetWorkingDirectory() protected méthode

protected GetWorkingDirectory ( ) : string
Résultat string

ProcessOutput() protected méthode

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
Résultat void

ProgramArguments() protected méthode

protected ProgramArguments ( ) : string
Résultat string

ProgramName() protected méthode

protected ProgramName ( ) : string
Résultat string