org.databene.contiperf.report
Class HtmlReportModule

java.lang.Object
  extended by org.databene.contiperf.report.AbstractReportModule
      extended by 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

Constructor Summary
HtmlReportModule()
           
 
Method Summary
 void completed(String id, LatencyCounter[] counters, ExecutionConfig executionConfig, PerformanceRequirement requirement)
          implements backwards-compatibility of inheritors of older versions of this class
 void setContext(ReportContext context)
           
 String toString()
           
 
Methods inherited from class org.databene.contiperf.report.AbstractReportModule
completed, getReportReference, getReportReferenceLabel, invoked, starting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HtmlReportModule

public HtmlReportModule()
Method Detail

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.