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

公共方法

取得AmInstrument命令

public String getAmInstrumentCommand ()

退貨
String