C# 클래스 StatLight.Core.Reporting.Providers.NUnit.NUnitXmlReport

상속: IXmlReport
파일 보기 프로젝트 열기: staxmanade/StatLight 1 사용 예제들

공개 메소드들

메소드 설명
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