C# Class StatLight.Core.Reporting.Providers.NUnit.NUnitXmlReport

Inheritance: IXmlReport
Afficher le fichier Open project: staxmanade/StatLight Class Usage Examples

Méthodes publiques

Méthode Description
GetXmlReport ( ) : string
NUnitXmlReport ( TestReportCollection report ) : System
ValidateSchema ( string pathToXmlFileToValidate, IList &validationErrors ) : bool
WriteXmlReport ( string outputFilePath ) : void

Private Methods

Méthode Description
CreateTestCaseElement ( TestCaseResultServerEvent resultServerEvent ) : System.Xml.Linq.XElement
GetErrorMessage ( TestCaseResultServerEvent r ) : string
GetErrorStackTrace ( TestCaseResultServerEvent testCaseResultServerEvent ) : string
GetReport ( TestReport report ) : System.Xml.Linq.XElement

Method Details

GetXmlReport() public méthode

public GetXmlReport ( ) : string
Résultat string

NUnitXmlReport() public méthode

public NUnitXmlReport ( TestReportCollection report ) : System
report TestReportCollection
Résultat System

ValidateSchema() public static méthode

public static ValidateSchema ( string pathToXmlFileToValidate, IList &validationErrors ) : bool
pathToXmlFileToValidate string
validationErrors IList
Résultat bool

WriteXmlReport() public méthode

public WriteXmlReport ( string outputFilePath ) : void
outputFilePath string
Résultat void