AndroidTestOrchestratorRemoteTestRunner
public
class
AndroidTestOrchestratorRemoteTestRunner
extends RemoteAndroidTestRunner
java.lang.Object | ||
↳ | com.android.tradefed.result.ddmlib.RemoteAndroidTestRunner | |
↳ | com.android.tradefed.result.ddmlib.AndroidTestOrchestratorRemoteTestRunner |
Runs an instrumented Android test using the adb command and AndroidTestOrchestrator. See AndroidX-Orchestrator documentation for more details
Summary
Fields | |
---|---|
public
static
final
String |
ORCHESTRATOR_INSTRUMENTATION_PROXY_KEY
|
public
static
final
String |
ORCHESTRATOR_TARGET_INSTRUMENTATION_KEY
|
Public constructors | |
---|---|
AndroidTestOrchestratorRemoteTestRunner(String packageName, String runName, IDevice device)
|
Public methods | |
---|---|
String
|
getAmInstrumentCommand()
|
Fields
ORCHESTRATOR_INSTRUMENTATION_PROXY_KEY
public static final String ORCHESTRATOR_INSTRUMENTATION_PROXY_KEY
ORCHESTRATOR_TARGET_INSTRUMENTATION_KEY
public static final String ORCHESTRATOR_TARGET_INSTRUMENTATION_KEY
Public constructors
AndroidTestOrchestratorRemoteTestRunner
public AndroidTestOrchestratorRemoteTestRunner (String packageName, String runName, IDevice device)
Parameters | |
---|---|
packageName |
String |
runName |
String |
device |
IDevice |
Public methods
getAmInstrumentCommand
public String getAmInstrumentCommand ()
Returns | |
---|---|
String |