Метод | Описание | |
---|---|---|
GetXmlReport ( ) : string | ||
NUnitXmlReport ( TestReportCollection report ) : System | ||
ValidateSchema ( string pathToXmlFileToValidate, IList |
||
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 |
public NUnitXmlReport ( TestReportCollection report ) : System | ||
report | TestReportCollection | |
Результат | System |
public static ValidateSchema ( string pathToXmlFileToValidate, IList |
||
pathToXmlFileToValidate | string | |
validationErrors | IList |
|
Результат | bool |
public WriteXmlReport ( string outputFilePath ) : void | ||
outputFilePath | string | |
Результат | void |