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 |
El contenido y las muestras de código que aparecen en esta página están sujetas a las licencias que se describen en la Licencia de Contenido. Java y OpenJDK son marcas registradas de Oracle o sus afiliados.
Última actualización: 2020-09-08 (UTC)