|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A listener to what the Harness
is doing that should report the results.
The sequence of methods is:
startBenchmark, ( startMetric, ( startTarget, ( metricRecorded | metricFailed ), endTarget ) * , endMetric ) * , endBenchmark
Harness
Method Summary | |
void |
endBenchmark()
Benchmark has ended. |
void |
endMetric(Metric metric)
|
void |
endTarget(Target target)
|
void |
metricFailed(Product product,
Exception e)
|
void |
metricRecorded(Product product,
double result)
|
void |
startBenchmark()
Benchmark has started. |
void |
startMetric(Metric metric)
|
void |
startTarget(Target target)
|
Method Detail |
public void startBenchmark()
public void startMetric(Metric metric)
public void startTarget(Target target)
public void metricRecorded(Product product, double result)
public void metricFailed(Product product, Exception e)
public void endTarget(Target target)
public void endMetric(Metric metric)
public void endBenchmark()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |