A test runner able to run tests on a list of com.android.builder.testing.api.DeviceConnector
Modifiers | Name | Description |
---|---|---|
class |
TestRunner.NoAuthorizedDeviceFoundException |
Type | Name and description |
---|---|
boolean |
runTests(String projectName, String variantName, File testApk, TestData testData, List<? extends com.android.builder.testing.api.DeviceConnector> deviceList, int maxThreads, int timeout, File resultsDir, File coverageDir, com.android.utils.ILogger logger) Returns true if the tests succeeded. |
Returns true if the tests succeeded.
maxThreads
- the max number of threads to run in parallel. 0 means unlimited.