eb17396831
To avoid any future release having offset binder transaction call ids, create a means to validate binder transaction ids within a parameterized environment based off of prior releases. This requires utilizing the new android testing support library for junit4 support. Change-Id: Iefe3c183de2bdfa127ea53dcf21c8223f0355c34
8 lines
319 B
Markdown
8 lines
319 B
Markdown
## CM Platform SDK Tests
|
|
The tests package contains both functional manual tests as well as unit
|
|
tests which can be ran utilizing the InstrumentationTestRunner from android.
|
|
|
|
To run the tests (on a live device):
|
|
|
|
```adb shell am instrument -w org.cyanogenmod.tests/android.support.test.runner.AndroidJUnitRunner```
|