RetryRescheduler
public
final
class
RetryRescheduler
extends Object
implements
IRemoteTest,
IConfigurationReceiver
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.retry.RetryRescheduler |
A special runner that allows to reschedule a previous run tests that failed or where not executed.
Summary
Nested classes | |
|---|---|
enum |
RetryRescheduler.RetryType
The types of the tests that can be retried. |
Fields | |
|---|---|
public
static
final
String |
PREVIOUS_LOADER_NAME
|
Public constructors | |
|---|---|
RetryRescheduler()
|
|
Public methods | |
|---|---|
IConfiguration
|
getRetryConfiguration()
Returns the |
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
|
void
|
setConfiguration(IConfiguration configuration)
Injects the |
void
|
setRescheduler(IRescheduler rescheduler)
|
Fields
PREVIOUS_LOADER_NAME
public static final String PREVIOUS_LOADER_NAME
Public constructors
RetryRescheduler
public RetryRescheduler ()
Public methods
getRetryConfiguration
public IConfiguration getRetryConfiguration ()
Returns the IConfiguration that should be retried.
| Returns | |
|---|---|
IConfiguration |
|
run
public void run (TestInformation testInfo,
ITestInvocationListener listener)| Parameters | |
|---|---|
testInfo |
TestInformation |
listener |
ITestInvocationListener |
| Throws | |
|---|---|
DeviceNotAvailableException |
|
setConfiguration
public void setConfiguration (IConfiguration configuration)
Injects the IConfiguration in use.
| Parameters | |
|---|---|
configuration |
IConfiguration |
setRescheduler
public void setRescheduler (IRescheduler rescheduler)
| Parameters | |
|---|---|
rescheduler |
IRescheduler |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-08-03 UTC.