AndroidTestOrchestratorRemoteTestRunner
public
class
AndroidTestOrchestratorRemoteTestRunner
extends RemoteAndroidTestRunner
| java.lang.Object | ||
| ↳ | com.android.tradefed.result.ddmlib.RemoteAndroidTestRunner | |
| ↳ | com.android.tradefed.result.ddmlib.AndroidTestOrchestratorRemoteTestRunner | |
使用 adb 指令和 AndroidTestOrchestrator 執行檢測設備 Android 測試。詳情請參閱 AndroidX-Orchestrator 說明文件
摘要
常數 | |
|---|---|
String |
ORCHESTRATOR_INSTRUMENTATION_PROXY_KEY
|
String |
ORCHESTRATOR_TARGET_INSTRUMENTATION_KEY
|
公用建構函式 | |
|---|---|
AndroidTestOrchestratorRemoteTestRunner(String packageName, String runName, IDevice device)
|
|
公用方法 | |
|---|---|
String
|
getAmInstrumentCommand()
|
常數
ORCHESTRATOR_INSTRUMENTATION_PROXY_KEY
public static final String ORCHESTRATOR_INSTRUMENTATION_PROXY_KEY
常數值: "orchestratorInstrumentationArgs"
ORCHESTRATOR_TARGET_INSTRUMENTATION_KEY
public static final String ORCHESTRATOR_TARGET_INSTRUMENTATION_KEY
常數值: "targetInstrumentation"
公用建構函式
AndroidTestOrchestratorRemoteTestRunner
public AndroidTestOrchestratorRemoteTestRunner (String packageName,
String runName,
IDevice device)| 參數 | |
|---|---|
packageName |
String |
runName |
String |
device |
IDevice |
公用方法
getAmInstrumentCommand
public String getAmInstrumentCommand ()
| 傳回 | |
|---|---|
String |
|