Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.mk | 05-Oct-2017 | 144 | |
instrumentation/ | 05-Oct-2017 | ||
README | 05-Oct-2017 | 643 | |
robotests/ | 05-Oct-2017 |
1 To run all instrumentation tests: 2 $ runtest managed-provisioning 3 4 To run all instrumentation tests in a specific class: 5 $ runtest --path src/com/android/managedprovisioning/<class>.java 6 7 To run a specific instrumentation test: 8 $ runtest -c com.android.managedprovisioning.<class> -m <method> managed-provisioning 9 10 To obtain a test coverage report for instrumentation tests: 11 $ packages/apps/ManagedProvisioning/tools/bash/coverage.sh 12 13 More general information can be found at "runtest -h" and 14 http://developer.android.com/reference/android/test/InstrumentationTestRunner.html 15 16 To run all robolectric tests: 17 make RunManagedProvisioningRoboTests 18