ResultsPlayer
  public
  
  final
  
  class
  ResultsPlayer
  
    extends Object
  
  
  
  
  
      implements
      
        IConfigurationReceiver, 
      
        IRemoteTest
      
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.retry.ResultsPlayer | 
Kendisine verilen sonuçları tekrar oynatan özel koşucu.
Özet
| Fields'ın oynadığı filmler | |
|---|---|
| 
    public
    static
    final
    String | REPLAY_DONE
 | 
| Herkese açık kurucular | |
|---|---|
| 
      ResultsPlayer()
      Ctor. | |
| 
      ResultsPlayer(boolean completed)
       | |
| Herkese açık yöntemler | |
|---|---|
| 
        
        
        
        
        
        boolean | 
      completed()
      ResultsReplayer'ın sonuçları oynatmayı bitirip bitirmediğini döndürür. | 
| 
        
        
        
        
        
        void | 
      run(TestInformation testInfo, ITestInvocationListener listener)
      Testleri çalıştırır ve sonucu dinleyiciye bildirir. | 
| 
        
        
        
        
        
        void | 
      setConfiguration(IConfiguration configuration)
      Kullanımdaki  | 
Fields'ın oynadığı filmler
REPLAY_DONE
public static final String REPLAY_DONE
Herkese açık kurucular
ResultsPlayer
public ResultsPlayer ()
Ctor.
ResultsPlayer
public ResultsPlayer (boolean completed)
| Parametreler | |
|---|---|
| completed | boolean | 
Herkese açık yöntemler
tamamlandı
public boolean completed ()
ResultsReplayer'ın sonuçları oynatmayı bitirip bitirmediğini döndürür.
| İlerlemeler | |
|---|---|
| boolean | |
çalıştır
public void run (TestInformation testInfo, ITestInvocationListener listener)
Testleri çalıştırır ve sonucu dinleyiciye bildirir.
| Parametreler | |
|---|---|
| testInfo | TestInformation: Test çalıştırmak için yararlı bilgiler içerenTestInformationnesnesi. | 
| listener | ITestInvocationListener: test sonuçlarınınITestInvocationListener'ü | 
| Atışlar | |
|---|---|
| DeviceNotAvailableException | |
setConfiguration
public void setConfiguration (IConfiguration configuration)
Kullanımdaki IConfiguration'ü enjekte eder.
| Parametreler | |
|---|---|
| configuration | IConfiguration | 
