C# Class TRX_Merger.ReportGenerator.TrxReportGenerator

Mostra file Open project: rndsolutions/trx-merger

Public Methods

Method Description
GenerateReport ( TestRun run, string outputFile, string screenshotLocation, string reportTitle ) : void
GenerateReport ( string trxFilePath, string outputFile, string screenshotLocation, string reportTitle ) : void

Method Details

GenerateReport() public static method

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

GenerateReport() public static method

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