replicant-vendor_cmsdk/tests
Danesh M 60c6053a92 CMSDK : Fix external view test
Java's assert doesn't really do much on android and just returns true, which
makes you feel good about your tests, but its just lying to you. On the long run
its best that you know the real result and fix it, hence switch to JUnit's assert.

CYNGNOS-3042

Change-Id: If7e5982b10abc1f842a52110973566818b1e3bf4
2016-06-15 13:38:22 -07:00
..
res cmsdk: Update iconography. 2016-01-06 11:45:15 -08:00
src/org/cyanogenmod/tests CMSDK : Fix external view test 2016-06-15 13:38:22 -07:00
Android.mk External view test 2016-06-14 13:14:35 -07:00
AndroidManifest.xml cmsdk: Add CustomTileListenerService tests. 2016-06-13 11:37:04 -07:00
proguard.flags External view test 2016-06-14 13:14:35 -07:00
README.md cmsdk: Add concept of parameterized BinderIdTransactionTest. 2016-02-05 13:52:31 -08:00

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