public class IncrementalTestExecutor extends AbstractTestExecutor
Constructor and Description |
---|
IncrementalTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
IncrementalTestProfile testProfile)
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, peerCount, startServices, startServices, stopServices, testStart, testStop
public IncrementalTestExecutor(Maestro maestro, ReportsDownloader reportsDownloader, IncrementalTestProfile testProfile)
maestro
- a Maestro client instancereportsDownloader
- the reports downloader in use for the testtestProfile
- the test profile in use for the testpublic boolean run()
TestExecutor
public long getCoolDownPeriod()
TestExecutor
This documentation was released into the public domain.