集群命令啟動器
public class ClusterCommandLauncher
extends Object
implements IRemoteTest, IInvocationContextReceiver , IConfigurationReceiver
對象 |
↳ | com.android.tradefed.cluster.ClusterCommandLauncher |
一個IRemoteTest
類通過子TF推出從TFC的命令。 FIXME:這需要擴展以支持多設備測試。
概括
字段
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
公共構造函數
集群命令啟動器
public ClusterCommandLauncher ()
公共方法
public void run (TestInformation testInfo,
ITestInvocationListener listener)
參數 |
---|
testInfo | TestInformation |
listener | ITestInvocationListener |
投擲 |
---|
DeviceNotAvailableException | |
設置調用上下文
public void setInvocationContext (IInvocationContext invocationContext)
參數 |
---|
invocationContext | IInvocationContext |