| Interface | Description |
|---|---|
| TestData |
Data representing the test app and the tested application/library.
|
| TestRunner |
A test runner able to run tests on a list of
DeviceConnector |
| Class | Description |
|---|---|
| ConnectedDevice |
Local device connected to with ddmlib.
|
| ConnectedDeviceProvider |
DeviceProvider for locally connected devices.
|
| MockableJarGenerator |
Given a "standard" android.jar, creates a "mockable" version, where all classes and methods
are not final.
|
| SimpleTestRunner |
Basic
TestRunner running tests on all devices. |
| Exception | Description |
|---|---|
| TestRunner.NoAuthorizedDeviceFoundException |