diff options
author | kmccormick <kmccormick@google.com> | 2013-04-01 18:08:28 -0700 |
---|---|---|
committer | kmccormick <kmccormick@google.com> | 2013-04-02 16:22:39 -0700 |
commit | 3b9f0aa058e95fa0c998f787a8f4f7225e9850c0 (patch) | |
tree | 141f36973a61d2a380520c3fe0045011ccb08c45 /docs/html/tools/testing/testing_android.jd | |
parent | 2ab257231fe774748298ab92f78564a5e19f23f0 (diff) | |
download | frameworks_base-3b9f0aa058e95fa0c998f787a8f4f7225e9850c0.zip frameworks_base-3b9f0aa058e95fa0c998f787a8f4f7225e9850c0.tar.gz frameworks_base-3b9f0aa058e95fa0c998f787a8f4f7225e9850c0.tar.bz2 |
Doc update: Misc doc bugs
"Bug: 6515524"
Change-Id: I1c8334e22637e9b55377a8743178bd5aa34ee9cd
Diffstat (limited to 'docs/html/tools/testing/testing_android.jd')
-rwxr-xr-x | docs/html/tools/testing/testing_android.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/tools/testing/testing_android.jd b/docs/html/tools/testing/testing_android.jd index acf5ec2..10843e8 100755 --- a/docs/html/tools/testing/testing_android.jd +++ b/docs/html/tools/testing/testing_android.jd @@ -111,14 +111,14 @@ parent.link=index.html </li> <li> The SDK tools for building and tests are available in Eclipse with ADT, and also in - command-line form for use with other IDES. These tools get information from the project of + command-line form for use with other IDEs. These tools get information from the project of the application under test and use this information to automatically create the build files, manifest file, and directory structure for the test package. </li> <li> The SDK also provides <a href="{@docRoot}tools/help/monkeyrunner_concepts.html">monkeyrunner</a>, an API - testing devices with Python programs, and <a + for testing devices with Python programs, and <a href="{@docRoot}tools/help/monkey.html">UI/Application Exerciser Monkey</a>, a command-line tool for stress-testing UIs by sending pseudo-random events to a device. </li> |