org.rhq.helpers.perftest.support.reporting
Interface PerformanceReportExporter

All Known Implementing Classes:
ExcelExporter

public interface PerformanceReportExporter

Define a reporter, that can be used to export performance test results with.

Author:
Heiko W. Rupp

Method Summary
 void export(Map<String,Long> timings, org.testng.ITestResult result)
           
 void setBaseFile(String fileName)
           
 void setRolling(PerformanceReporting.Rolling rolling)
           
 

Method Detail

setBaseFile

void setBaseFile(String fileName)

setRolling

void setRolling(PerformanceReporting.Rolling rolling)

export

void export(Map<String,Long> timings,
            org.testng.ITestResult result)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.