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