public class IncrementalTestExecutor extends AbstractTestExecutor
| Constructor and Description |
|---|
IncrementalTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
IncrementalTestProfile testProfile,
DistributionStrategy distributionStrategy)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCoolDownPeriod()
Gets the amount of time (in milliseconds) to wait for the SUT to cool down
|
boolean |
run()
Runs the test
|
drain, getMaestro, getReportsDownloader, getStartTime, getTimeout, isFailed, isRunning, isTestFailed, startServices, stopServices, stopServices, testStart, testStoppublic IncrementalTestExecutor(Maestro maestro, ReportsDownloader reportsDownloader, IncrementalTestProfile testProfile, DistributionStrategy distributionStrategy)
maestro - a Maestro client instancereportsDownloader - the reports downloader in use for the testtestProfile - the test profile in use for the testpublic boolean run()
TestExecutorpublic long getCoolDownPeriod()
TestExecutorThis documentation was released into the public domain.