C# Class StatLight.Core.Reporting.Providers.Xml.XmlReport

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

Méthodes publiques

Méthode Description
GetXmlReport ( ) : System.Xml.Linq.XDocument
ValidateSchema ( string pathToXmlFileToValidate, IList &validationErrors ) : bool
WriteXmlReport ( string outputFilePath ) : void
XmlReport ( TestReportCollection report ) : System

Private Methods

Méthode Description
FormatExceptionInfoElement ( ExceptionInfo exceptionInfo ) : System.Xml.Linq.XElement
FormatExceptionInfoElement ( ExceptionInfo exceptionInfo, bool isInnerException ) : System.Xml.Linq.XElement
GetResult ( TestCaseResultServerEvent resultServerEvent ) : System.Xml.Linq.XElement
GetTestsRuns ( IEnumerable report ) : List

Method Details

GetXmlReport() public méthode

public GetXmlReport ( ) : System.Xml.Linq.XDocument
Résultat System.Xml.Linq.XDocument

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

XmlReport() public méthode

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