replicant-vendor_cmsdk/tests
Adnan Begovic 21a567428d cmsdk: Mandate profile feature xml's for service implementation.
The feature xml plays two roles:

      1) To allow sdk interface (constructor) to throw when system
      service is unavailable. This allows for clearer platform
      development debugging.

      2) To allow for simpler disambiguation of what services to
      instrument in a modular environment.

TICKET: CYNGNOS-2288
Change-Id: Id0adcc1eaa4a0512faf25f11057c45dc2ac733e0
2016-03-24 16:50:56 -07:00
..
res cmsdk: Update iconography. 2016-01-06 11:45:15 -08:00
src/org/cyanogenmod/tests cmsdk: Mandate profile feature xml's for service implementation. 2016-03-24 16:50:56 -07:00
Android.mk cmsdk: Strip unused cmsdk members for codecoverage. 2016-03-04 15:24:26 -08:00
AndroidManifest.xml cmsdk: Add PerformanceManager tests, Change target permission. 2016-03-08 09:24:34 -08:00
README.md cmsdk: Add concept of parameterized BinderIdTransactionTest. 2016-02-05 13:52:31 -08:00
proguard.flags cmsdk: Keep generated java classes from aidl interfaces. 2016-03-08 09:24:32 -08:00

README.md

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