public abstract class AbstractFixedRateExecutor extends AbstractTestExecutor
| Modifier and Type | Method and Description |
|---|---|
long |
getCoolDownPeriod()
Gets the amount of time (in milliseconds) to wait for the SUT to cool down
|
FixedRateTestProfile |
getTestProfile() |
protected abstract long |
getTimeout() |
protected abstract String |
phaseName() |
protected abstract void |
reset() |
protected boolean |
runTest(int number,
BiConsumer<Maestro,DistributionStrategy> apply) |
drain, getMaestro, getReportsDownloader, getStartTime, getTimeout, isFailed, isRunning, isTestFailed, startServices, stopServices, stopServices, testStart, testStopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunprotected abstract void reset()
protected boolean runTest(int number,
BiConsumer<Maestro,DistributionStrategy> apply)
protected abstract String phaseName()
protected abstract long getTimeout()
public long getCoolDownPeriod()
TestExecutorpublic FixedRateTestProfile getTestProfile()
This documentation was released into the public domain.