Uses of Interface
org.databene.contiperf.report.ReportModule

Packages that use ReportModule
org.databene.contiperf.junit   
org.databene.contiperf.report   
 

Uses of ReportModule in org.databene.contiperf.junit
 

Constructors in org.databene.contiperf.junit with parameters of type ReportModule
ContiPerfRule(ReportModule... modules)
           
 

Uses of ReportModule in org.databene.contiperf.report
 

Classes in org.databene.contiperf.report that implement ReportModule
 class AbstractReportModule
          Abstract parent class for ReportModules, which provides ReportContext handling and empty implementations of the other ReportModule methods.
 class ConsoleReportModule
          ReportModule implementation that prints all information to the console.
 class CSVInvocationReportModule
          ReportModule that creates a CSV file with one line per invocation, which reports the measured latency in the first column and the start time in the second one.
 class CSVLatencyReportModule
          ReportModule which creates a CSV file that reports how often (2nd column) which latency (1st column) was measured.
 class CSVSummaryReportModule
          Writes summary information of the ContiPerf to a CSV file.
 class EmptyReportModule
          Empty implementation of the ReportModule interface.
 class HtmlReportModule
          ReportModule implementation that creates an HTML report of the performance tests, their requirements, measurements and latency distribution chart.
 class InvocationCountingReportModule
          ReportModule implementation that counts the number of invocations.
 class ListReportModule
          ReportModule that stores all invocation information in Lists.
 class LoggerModuleAdapter
          Adapter class which makes implementors of the old ExecutionLogger interface available in ContiPerf 2.
 

Methods in org.databene.contiperf.report with type parameters of type ReportModule
<T extends ReportModule>
T
ReportContext.getReportModule(Class<T> moduleClass)
           
 

Methods in org.databene.contiperf.report that return types with arguments of type ReportModule
 List<ReportModule> ReportContext.getReportModules()
           
 

Methods in org.databene.contiperf.report with parameters of type ReportModule
 void ReportContext.addReportModule(ReportModule module)
           
 



Copyright © 2013. All Rights Reserved.