Method | Description | |
---|---|---|
GetXmlReport ( ) : string | ||
NUnitXmlReport ( TestReportCollection report ) : System | ||
ValidateSchema ( string pathToXmlFileToValidate, IList |
||
WriteXmlReport ( string outputFilePath ) : void |
Method | Description | |
---|---|---|
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 | |
return | System |
public static ValidateSchema ( string pathToXmlFileToValidate, IList |
||
pathToXmlFileToValidate | string | |
validationErrors | IList |
|
return | bool |
public WriteXmlReport ( string outputFilePath ) : void | ||
outputFilePath | string | |
return | void |