C# Класс StatLight.Core.Reporting.Providers.Xml.XmlReport

Наследование: IXmlReport
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetXmlReport ( ) : System.Xml.Linq.XDocument
ValidateSchema ( string pathToXmlFileToValidate, IList &validationErrors ) : bool
WriteXmlReport ( string outputFilePath ) : void
XmlReport ( TestReportCollection report ) : System

Приватные методы

Метод Описание
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

Описание методов

GetXmlReport() публичный Метод

public GetXmlReport ( ) : System.Xml.Linq.XDocument
Результат System.Xml.Linq.XDocument

ValidateSchema() публичный статический Метод

public static ValidateSchema ( string pathToXmlFileToValidate, IList &validationErrors ) : bool
pathToXmlFileToValidate string
validationErrors IList
Результат bool

WriteXmlReport() публичный Метод

public WriteXmlReport ( string outputFilePath ) : void
outputFilePath string
Результат void

XmlReport() публичный Метод

public XmlReport ( TestReportCollection report ) : System
report TestReportCollection
Результат System