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