ClusterCommandLauncher
  public
  
  
  
  class
  ClusterCommandLauncher
  
    extends Object
  
  
  
  
  
      implements
      
        IConfigurationReceiver, 
      
        IInvocationContextReceiver, 
      
        IRemoteTest
      
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.cluster.ClusterCommandLauncher | 
Bir alt işlem TF aracılığıyla TFC'den komut başlatmak için kullanılan bir IRemoteTest sınıfı. FIXME: Bu, çok cihazlı testleri desteklemek için genişletilmelidir.
Özet
| Fields'ın oynadığı filmler | |
|---|---|
| 
    public
    static
    final
    String | ANDROID_SERIALS
 | 
| 
    public
    static
    final
    String | TEST_WORK_DIR
 | 
| 
    public
    static
    final
    String | TF_DEVICE_COUNT
 | 
| 
    public
    static
    final
    String | TF_JAR_DIR
 | 
| 
    public
    static
    final
    String | TF_PATH
 | 
| Herkese açık kurucular | |
|---|---|
| 
      ClusterCommandLauncher()
       | |
| Herkese açık yöntemler | |
|---|---|
| 
        
        
        
        
        
        void | 
      run(TestInformation testInfo, ITestInvocationListener listener)
      Testleri çalıştırır ve sonucu dinleyiciye bildirir. | 
| 
        
        
        
        
        
        void | 
      setConfiguration(IConfiguration configuration)
      Kullanımdaki  | 
| 
        
        
        
        
        
        void | 
      setInvocationContext(IInvocationContext invocationContext)
       | 
Fields'ın oynadığı filmler
ANDROID_SERIALS
public static final String ANDROID_SERIALS
TEST_WORK_DIR
public static final String TEST_WORK_DIR
TF_DEVICE_COUNT
public static final String TF_DEVICE_COUNT
TF_JAR_DIR
public static final String TF_JAR_DIR
TF_PATH
public static final String TF_PATH
Herkese açık kurucular
ClusterCommandLauncher
public ClusterCommandLauncher ()
Herkese açık yöntemler
ç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 | 
setInvocationContext
public void setInvocationContext (IInvocationContext invocationContext)
| Parametreler | |
|---|---|
| invocationContext | IInvocationContext | 
