Uses of Class
org.databene.contiperf.report.AbstractReportModule

Packages that use AbstractReportModule
org.databene.contiperf.report   
 

Uses of AbstractReportModule in org.databene.contiperf.report
 

Subclasses of AbstractReportModule in org.databene.contiperf.report
 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.
 



Copyright © 2013. All Rights Reserved.