C# 클래스 StatLight.Core.Reporting.Providers.Xml.XmlReport

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

공개 메소드들

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