org.databene.contiperf.report
Class HtmlReportModule
java.lang.Object
org.databene.contiperf.report.AbstractReportModule
org.databene.contiperf.report.HtmlReportModule
- All Implemented Interfaces:
- ReportModule
public class HtmlReportModule
- extends AbstractReportModule
ReportModule
implementation that creates an HTML report of the
performance tests, their requirements, measurements and latency distribution chart.
Created: 14.01.2011 16:29:50
- Since:
- 2.0.0
- Author:
- Volker Bergmann
HtmlReportModule
public HtmlReportModule()
setContext
public void setContext(ReportContext context)
- Specified by:
setContext
in interface ReportModule
- Overrides:
setContext
in class AbstractReportModule
completed
public void completed(String id,
LatencyCounter[] counters,
ExecutionConfig executionConfig,
PerformanceRequirement requirement)
- Description copied from class:
AbstractReportModule
- implements backwards-compatibility of inheritors of older versions of this class
- Specified by:
completed
in interface ReportModule
- Overrides:
completed
in class AbstractReportModule
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All Rights Reserved.