AndroidTestOrchestratorRemoteTestRunner

public class AndroidTestOrchestratorRemoteTestRunner
extends RemoteAndroidTestRunner

java.lang.Object
   ↳ com.android.ddmlib.testrunner.RemoteAndroidTestRunner
     ↳ com.android.tradefed.result.ddmlib.AndroidTestOrchestratorRemoteTestRunner


使用 ADB 指令和 AndroidTestOrchestrator 執行 Android 檢測設備測試。請參閱 AndroidX-Orchestrator 說明文件

摘要

欄位

public static final String ORCHESTRATOR_INSTRUMENTATION_PROXY_KEY

public static final 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

ORCHESTRATOR_TARGET_INSTRUMENTATION_KEY

public static final String ORCHESTRATOR_TARGET_INSTRUMENTATION_KEY

公用建構函式

AndroidTestOrchestratorRemoteTestRunner

public AndroidTestOrchestratorRemoteTestRunner (String packageName, 
                String runName, 
                IDevice device)

參數
packageName String

runName String

device IDevice

公用方法

getAmInstrumentCommand

public String getAmInstrumentCommand ()

傳回
String