C# 클래스 TRX_Merger.ReportGenerator.TrxReportGenerator

파일 보기 프로젝트 열기: rndsolutions/trx-merger

공개 메소드들

메소드 설명
GenerateReport ( TestRun run, string outputFile, string screenshotLocation, string reportTitle ) : void
GenerateReport ( string trxFilePath, string outputFile, string screenshotLocation, string reportTitle ) : void

메소드 상세

GenerateReport() 공개 정적인 메소드

public static GenerateReport ( TestRun run, string outputFile, string screenshotLocation, string reportTitle ) : void
run TRX_Merger.TrxModel.TestRun
outputFile string
screenshotLocation string
reportTitle string
리턴 void

GenerateReport() 공개 정적인 메소드

public static GenerateReport ( string trxFilePath, string outputFile, string screenshotLocation, string reportTitle ) : void
trxFilePath string
outputFile string
screenshotLocation string
reportTitle string
리턴 void