public class FixedRateTestExecutor extends AbstractFixedRateExecutor
| Constructor and Description |
|---|
FixedRateTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
FixedRateTestProfile testProfile,
DistributionStrategy distributionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
getTimeout() |
boolean |
isWarmUp() |
protected String |
phaseName() |
protected void |
reset() |
boolean |
run()
Runs the test
|
getCoolDownPeriod, getTestProfile, runTestdrain, getMaestro, getReportsDownloader, getStartTime, getTimeout, isFailed, isRunning, isTestFailed, startServices, stopServices, stopServices, testStart, testStoppublic FixedRateTestExecutor(Maestro maestro, ReportsDownloader reportsDownloader, FixedRateTestProfile testProfile, DistributionStrategy distributionStrategy)
protected void reset()
reset in class AbstractFixedRateExecutorprotected String phaseName()
phaseName in class AbstractFixedRateExecutorprotected long getTimeout()
getTimeout in class AbstractFixedRateExecutorpublic boolean run()
TestExecutorpublic boolean isWarmUp()
This documentation was released into the public domain.