am bf6d0797
: am 2f1c2e32
: am 3126ce6e
: Merge "docs: Fixed typo in InstrumentationTestRunner page. Bug: 11386360" into klp-docs
* commit 'bf6d079783a48b9e0a05d9fc650d04c324c431a7': docs: Fixed typo in InstrumentationTestRunner page. Bug: 11386360
This commit is contained in:
@ -74,8 +74,9 @@ import junit.textui.ResultPrinter;
|
|||||||
* <li>{@link android.test.ProviderTestCase}</li>
|
* <li>{@link android.test.ProviderTestCase}</li>
|
||||||
* <li>{@link android.test.ServiceTestCase}</li>
|
* <li>{@link android.test.ServiceTestCase}</li>
|
||||||
* <li>{@link android.test.SingleLaunchActivityTestCase}</li></ul>
|
* <li>{@link android.test.SingleLaunchActivityTestCase}</li></ul>
|
||||||
* <li>In an appropriate AndroidManifest.xml, define the this instrumentation with
|
* <li>Set the <code>android:targetPackage</code> attribute of the <code><instrumentation></code>
|
||||||
* the appropriate android:targetPackage set.
|
* element in the test package's manifest. You should set the attribute value
|
||||||
|
* to the package name of the target application under test.
|
||||||
* <li>Run the instrumentation using "adb shell am instrument -w",
|
* <li>Run the instrumentation using "adb shell am instrument -w",
|
||||||
* with no optional arguments, to run all tests (except performance tests).
|
* with no optional arguments, to run all tests (except performance tests).
|
||||||
* <li>Run the instrumentation using "adb shell am instrument -w",
|
* <li>Run the instrumentation using "adb shell am instrument -w",
|
||||||
|
Reference in New Issue
Block a user