public class OnDeviceOrchestratorTestRunner extends SimpleTestRunner
TestRunner that invokes tests through Odo.BaseTestRunner.TestResultTestRunner.NoAuthorizedDeviceFoundExceptionexecutor, processExecutor, splitSelectExec| Constructor and Description |
|---|
OnDeviceOrchestratorTestRunner(java.io.File splitSelectExec,
com.android.ide.common.process.ProcessExecutor processExecutor,
com.android.builder.model.TestOptions.Execution execution,
com.android.ide.common.workers.ExecutorServiceAdapter executor) |
| Modifier and Type | Method and Description |
|---|---|
protected com.android.ddmlib.testrunner.RemoteAndroidTestRunner |
createRemoteAndroidTestRunner(TestData testData,
com.android.builder.testing.api.DeviceConnector device) |
scheduleTestsrunTestspublic OnDeviceOrchestratorTestRunner(@Nullable
java.io.File splitSelectExec,
@NonNull
com.android.ide.common.process.ProcessExecutor processExecutor,
@NonNull
com.android.builder.model.TestOptions.Execution execution,
@NonNull
com.android.ide.common.workers.ExecutorServiceAdapter executor)
@NonNull
protected com.android.ddmlib.testrunner.RemoteAndroidTestRunner createRemoteAndroidTestRunner(@NonNull
TestData testData,
@NonNull
com.android.builder.testing.api.DeviceConnector device)
createRemoteAndroidTestRunner in class SimpleTestRunner