C# 클래스 StatLight.Core.Reporting.Providers.TFS.TFS2010.MSGenericTestXmlReport

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

공개 메소드들

메소드 설명
GetXmlReport ( ) : string
MSGenericTestXmlReport ( TestReportCollection report ) : System
WriteXmlReport ( string outputFilePath ) : void

비공개 메소드들

메소드 설명
GetErrorMessage ( TestCaseResultServerEvent resultServerEvent ) : string
GetFinalResult ( ) : TestResultType
GetTestResult ( ResultType resultType ) : TestResultType

메소드 상세

GetXmlReport() 공개 메소드

public GetXmlReport ( ) : string
리턴 string

MSGenericTestXmlReport() 공개 메소드

public MSGenericTestXmlReport ( TestReportCollection report ) : System
report TestReportCollection
리턴 System

WriteXmlReport() 공개 메소드

public WriteXmlReport ( string outputFilePath ) : void
outputFilePath string
리턴 void