public JPutReporter
Allows to report the state of executed performance tests. Implementation class name must be set using property jput.reporter.class
| Modifier and Type | Method and Description |
|---|---|
void |
afterClass(java.lang.Class<?> clazz) |
void |
afterTest(PerfTestExecution execution) |
void |
beforeClass(java.lang.Class<?> clazz) |
void |
beforeTest(PerfTestExecution execution) |
void beforeClass(java.lang.Class<?> clazz)
void beforeTest(PerfTestExecution execution)
void afterTest(PerfTestExecution execution)
void afterClass(java.lang.Class<?> clazz)