Lines Matching full:instrumentation
1 # Running Android instrumentation tests with Mobly
4 instrumentation tests. For more details about instrumentation tests, please refer to
13 * Your instrumentation and applications apks for installing.
24 * The instrumentation apk : `instrumentation_test.apk`
25 * The instrumentation test package : `com.example.package.test`
27 ## Example 1: Running Instrumentation Tests
30 instrumentation test class and run against your package.
70 The output from normally running your instrumentation tests along with a summary
73 ## Example 2: Specifying Instrumentation Options
75 If your instrumentation tests use instrumentation options for controlling
120 The output of your *LargeTest* instrumentation tests with no *SmallTest*
121 instrumentation test being run.
125 If you have a custom runner that you use for instrumentation tests, then you can
128 your real instrumentation runner.
136 ## Example 4: Multiple Instrumentation Runs
138 If you have multiple devices that you want to run instrumentation tests
166 # Get all of the dut devices to run instrumentation tests against.
189 The output from both instrumentation runs along with an aggregated summary of