| Package | Description |
|---|---|
| com.github.javatlacati.contiperf.junit | |
| com.github.javatlacati.contiperf.report |
| Constructor and Description |
|---|
ContiPerfRule(ReportModule... modules) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReportModule
Abstract parent class for
ReportModules, which provides
ReportContext handling and empty implementations of the other
ReportModule methods.Created: 16.01.2011 08:07:21 |
class |
ConsoleReportModule
ReportModule implementation that prints all information to the
console.Created: 16.01.2011 14:27:05 |
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.Created: 16.01.2011 17:05:11 |
class |
CSVLatencyReportModule
ReportModule which creates a CSV file that reports how often (2nd
column) which latency (1st column) was measured.Created: 16.01.2011 19:22:23 |
class |
CSVSummaryReportModule
Writes summary information of the ContiPerf to a CSV file.
Created: 16.01.2011 11:03:46 |
class |
EmptyReportModule
|
class |
HtmlReportModule
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 |
class |
InvocationCountingReportModule
|
class |
ListReportModule
|
class |
LoggerModuleAdapter
Adapter class which makes implementors of the old
ExecutionLogger
interface available in ContiPerf 2.If you are migrating to ContiPerf, usages of the predefined ContiPerf ExecutionLoggers should be replaced with their ReportModule
counterpart. |
| Modifier and Type | Method and Description |
|---|---|
<T extends ReportModule> |
ReportContext.getReportModule(Class<T> moduleClass) |
| Modifier and Type | Method and Description |
|---|---|
List<ReportModule> |
ReportContext.getReportModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportContext.addReportModule(ReportModule module) |
Copyright © 2019. All rights reserved.