Package org.databene.contiperf.report

Interface Summary
ReportModule Replaces the ExecutionLogger interface of ContiPerf 1 and adds context access and inter-module referencing features.
 

Class Summary
AbstractReportModule Abstract parent class for ReportModules, which provides ReportContext handling and empty implementations of the other ReportModule methods.
ConsoleReportModule ReportModule implementation that prints all information to the console.
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.
CSVLatencyReportModule ReportModule which creates a CSV file that reports how often (2nd column) which latency (1st column) was measured.
CSVSummaryReportModule Writes summary information of the ContiPerf to a CSV file.
EmptyReportModule Empty implementation of the ReportModule interface.
GoogleLatencyRenderer Formats the latency distribution of a LatencyCounter using the Google charts API.
HtmlReportModule ReportModule implementation that creates an HTML report of the performance tests, their requirements, measurements and latency distribution chart.
InvocationCountingReportModule ReportModule implementation that counts the number of invocations.
InvocationLog Holds the data of an invocation log entry.
InvocationSummary Holds the data of an invocation summary.
LatencyDataSet Helper class for managing and reducing latency distribution counts to dimensions that can pe handled by the GoogleLatencyRenderer.
ListReportModule ReportModule that stores all invocation information in Lists.
LoggerModuleAdapter Adapter class which makes implementors of the old ExecutionLogger interface available in ContiPerf 2.
ReportContext Central class for managing report modules as well as aspects that are specific for a 3rd party testing framework (e.g.
ReportUtil Utility class for report modules.
 

Enum Summary
Verdict Enumeration of ContiPerf test verdicts.
 



Copyright © 2013. All Rights Reserved.