RetryLogSaverResultForwarder
  public
  
  
  
  class
  RetryLogSaverResultForwarder
  
  
  
  
  
  
  
    extends LogSaverResultForwarder
  
  
  
  
  
  
| java.lang.Object | |||
| ↳ | com.android.tradefed.result.ResultForwarder | ||
| ↳ | com.android.tradefed.result.LogSaverResultForwarder | ||
| ↳ | com.android.tradefed.retry.RetryLogSaverResultForwarder | ||
Trình chuyển tiếp cũng xử lý việc chuyển tiếp lượt thử hiện tại.
Tóm tắt
| Hàm khởi tạo công khai | |
|---|---|
| 
      RetryLogSaverResultForwarder(ILogSaver logSaver,  | |
| Phương thức công khai | |
|---|---|
| 
        
        
        
        
        
        void | 
      incrementAttempt()
      Tăng số lần thử. | 
| 
        
        
        
        
        
        void | 
      testRunStarted(String runName, int testCount)
      
 | 
| 
        
        
        
        
        
        void | 
      testRunStarted(String runName, int testCount, int attemptNumber, long startTime)
      
 | 
| 
        
        
        
        
        
        void | 
      testRunStarted(String runName, int testCount, int attemptNumber)
      
 | 
Hàm khởi tạo công khai
RetryLogSaverResultForwarder
public RetryLogSaverResultForwarder (ILogSaver logSaver, 
                 listeners) | Tham số | |
|---|---|
| logSaver | ILogSaver | 
| listeners |  | 
Phương thức công khai
incrementAttempt
public void incrementAttempt ()
Tăng số lần thử.
testRunStarted
public void testRunStarted (String runName, 
                int testCount)
| Tham số | |
|---|---|
| runName | String | 
| testCount | int | 
testRunStarted
public void testRunStarted (String runName, 
                int testCount, 
                int attemptNumber, 
                long startTime)
| Tham số | |
|---|---|
| runName | String | 
| testCount | int | 
| attemptNumber | int | 
| startTime | long | 
testRunStarted
public void testRunStarted (String runName, 
                int testCount, 
                int attemptNumber)
| Tham số | |
|---|---|
| runName | String | 
| testCount | int | 
| attemptNumber | int | 
