replicant-vendor_cmsdk/tests
Adnan Begovic cdf85adde1 cmsdk: Mandate cm sb 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-2289
Change-Id: Ice0ae7c45aecbb34e0ea667128b040906c46d7e7
2016-03-24 16:50:40 -07:00
..
res
src/org/cyanogenmod/tests cmsdk: Mandate cm sb feature xml's for service implementation. 2016-03-24 16:50:40 -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
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