|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.benchy.AbstractBenchmarkDriver
public abstract class AbstractBenchmarkDriver
A convenience BenchmarkDriver implementation that doesn't force one to implement optional
methods. Only the BenchmarkDriver.run() method needs to be implemented.
| Constructor Summary | |
|---|---|
AbstractBenchmarkDriver()
|
|
| Method Summary | |
|---|---|
void |
postRun(TestCaseResult caseResult)
Is executed after the run. |
void |
preRun(TestCase testCase)
Is executed before the run. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.benchy.BenchmarkDriver |
|---|
run |
| Constructor Detail |
|---|
public AbstractBenchmarkDriver()
| Method Detail |
|---|
public void preRun(TestCase testCase)
BenchmarkDriver
preRun in interface BenchmarkDrivertestCase - the testCase that is going to be run.public void postRun(TestCaseResult caseResult)
BenchmarkDriver
postRun in interface BenchmarkDrivercaseResult - the testCase that just has run.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||