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,
Consumer<Maestro> apply) |
drain, getMaestro, getReportsDownloader, getStartTime, getTimeout, isFailed, isRunning, isTestFailed, peerCount, startServices, startServices, stopServices, testStart, testStop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
protected abstract void reset()
protected abstract String phaseName()
protected abstract long getTimeout()
public long getCoolDownPeriod()
TestExecutor
public FixedRateTestProfile getTestProfile()
This documentation was released into the public domain.