ClusterCommandLauncher
  public
  
  
  
  class
  ClusterCommandLauncher
  
    extends Object
  
  
  
  
  
      implements
      
        IRemoteTest, 
      
        IInvocationContextReceiver, 
      
        IConfigurationReceiver
      
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.cluster.ClusterCommandLauncher | 
하위 프로세스 TF를 통해 TFC에서 명령어를 실행하는 IRemoteTest 클래스입니다. FIXME: 다중 기기 테스트를 지원하도록 확장해야 합니다.
요약
| 필드 | |
|---|---|
| 
    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
 | 
| 공개 생성자 | |
|---|---|
| 
      ClusterCommandLauncher()
       | |
| 공개 메서드 | |
|---|---|
| 
        
        
        
        
        
        void | 
      run(TestInformation testInfo, ITestInvocationListener listener)
       | 
| 
        
        
        
        
        
        void | 
      setConfiguration(IConfiguration configuration)
      사용 중인  | 
| 
        
        
        
        
        
        void | 
      setInvocationContext(IInvocationContext invocationContext)
       | 
필드
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
공개 생성자
ClusterCommandLauncher
public ClusterCommandLauncher ()
공개 메서드
실행
public void run (TestInformation testInfo, 
                ITestInvocationListener listener)| 매개변수 | |
|---|---|
| testInfo | TestInformation | 
| listener | ITestInvocationListener | 
| 생성 값 | |
|---|---|
| DeviceNotAvailableException | |
setConfiguration
public void setConfiguration (IConfiguration configuration)
사용 중인 IConfiguration를 삽입합니다.
| 매개변수 | |
|---|---|
| configuration | IConfiguration | 
setInvocationContext
public void setInvocationContext (IInvocationContext invocationContext)
| 매개변수 | |
|---|---|
| invocationContext | IInvocationContext | 
