C# Класс StatLight.Core.Reporting.Providers.NUnit.NUnitXmlReport

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

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

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

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

Метод Описание
CreateTestCaseElement ( TestCaseResultServerEvent resultServerEvent ) : System.Xml.Linq.XElement
GetErrorMessage ( TestCaseResultServerEvent r ) : string
GetErrorStackTrace ( TestCaseResultServerEvent testCaseResultServerEvent ) : string
GetReport ( TestReport report ) : System.Xml.Linq.XElement

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

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

public GetXmlReport ( ) : string
Результат string

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

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

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

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

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

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