C# Class StatLight.Core.Reporting.Providers.TFS.TFS2010.MSGenericTestXmlReport

Inheritance: IXmlReport
Mostrar archivo Open project: staxmanade/StatLight Class Usage Examples

Public Methods

Method Description
GetXmlReport ( ) : string
MSGenericTestXmlReport ( TestReportCollection report ) : System
WriteXmlReport ( string outputFilePath ) : void

Private Methods

Method Description
GetErrorMessage ( TestCaseResultServerEvent resultServerEvent ) : string
GetFinalResult ( ) : TestResultType
GetTestResult ( ResultType resultType ) : TestResultType

Method Details

GetXmlReport() public method

public GetXmlReport ( ) : string
return string

MSGenericTestXmlReport() public method

public MSGenericTestXmlReport ( TestReportCollection report ) : System
report TestReportCollection
return System

WriteXmlReport() public method

public WriteXmlReport ( string outputFilePath ) : void
outputFilePath string
return void