C# Class TRX_Merger.ReportGenerator.TrxReportGenerator

Afficher le fichier Open project: rndsolutions/trx-merger

Méthodes publiques

Méthode 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 méthode

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

GenerateReport() public static méthode

public static GenerateReport ( string trxFilePath, string outputFile, string screenshotLocation, string reportTitle ) : void
trxFilePath string
outputFile string
screenshotLocation string
reportTitle string
Résultat void