RetryRescheduler
  public
  
  final
  
  class
  RetryRescheduler
  
    extends Object
  
  
  
  
  
      implements
      
        IConfigurationReceiver, 
      
        IRemoteTest
      
  
  
| 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
| Fields | |
|---|---|
| 
    public
    static
    final
    String | PREVIOUS_LOADER_NAME
 | 
| Public constructors | |
|---|---|
| 
      RetryRescheduler()
       | |
| Public methods | |
|---|---|
| 
        
        
        
        
        
        IConfiguration | 
      getRetryConfiguration()
      Returns the  | 
| 
        
        
        
        
        
        void | 
      run(TestInformation testInfo, ITestInvocationListener listener)
      Runs the tests, and reports result to the listener. | 
| 
        
        
        
        
        
        void | 
      setConfiguration(IConfiguration configuration)
      Injects the  | 
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)
Runs the tests, and reports result to the listener.
| Parameters | |
|---|---|
| testInfo | TestInformation: TheTestInformationobject containing useful information to run
     tests. | 
| listener | ITestInvocationListener: theITestInvocationListenerof test results | 
| Throws | |
|---|---|
| DeviceNotAvailableException | |
setConfiguration
public void setConfiguration (IConfiguration configuration)
Injects the IConfiguration in use.
| Parameters | |
|---|---|
| configuration | IConfiguration | 
