RetryLogSaverResultForwarder
  public
  
  
  
  class
  RetryLogSaverResultForwarder
  
  
  
  
  
  
  
    extends LogSaverResultForwarder
  
  
  
  
  
  
| java.lang.Object | |||
| ↳ | com.android.tradefed.result.ResultForwarder | ||
| ↳ | com.android.tradefed.result.LogSaverResultForwarder | ||
| ↳ | com.android.tradefed.retry.RetryLogSaverResultForwarder | ||
Encaminhador que também lida com a transmissão da tentativa atual.
Resumo
| Construtores públicos | |
|---|---|
| 
      RetryLogSaverResultForwarder(ILogSaver logSaver,  | |
| Métodos públicos | |
|---|---|
| 
        
        
        
        
        
        void | 
      incrementAttempt()
      Aumente o número de tentativas. | 
| 
        
        
        
        
        
        void | 
      testRunStarted(String runName, int testCount)
      
 | 
| 
        
        
        
        
        
        void | 
      testRunStarted(String runName, int testCount, int attemptNumber, long startTime)
      
 | 
| 
        
        
        
        
        
        void | 
      testRunStarted(String runName, int testCount, int attemptNumber)
      
 | 
Construtores públicos
RetryLogSaverResultForwarder
public RetryLogSaverResultForwarder (ILogSaver logSaver, 
                 listeners) | Parâmetros | |
|---|---|
| logSaver | ILogSaver | 
| listeners |  | 
Métodos públicos
incrementAttempt
public void incrementAttempt ()
Aumente o número de tentativas.
testRunStarted
public void testRunStarted (String runName, 
                int testCount)
| Parâmetros | |
|---|---|
| runName | String | 
| testCount | int | 
testRunStarted
public void testRunStarted (String runName, 
                int testCount, 
                int attemptNumber, 
                long startTime)
| Parâmetros | |
|---|---|
| runName | String | 
| testCount | int | 
| attemptNumber | int | 
| startTime | long | 
testRunStarted
public void testRunStarted (String runName, 
                int testCount, 
                int attemptNumber)
| Parâmetros | |
|---|---|
| runName | String | 
| testCount | int | 
| attemptNumber | int | 
