summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/help
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2015-02-26 16:38:46 -0800
committerQuddus Chong <quddusc@google.com>2015-03-11 16:08:24 -0700
commit489218c3eda7f77e99425989981714a16dded5c1 (patch)
treeeb522e188bb0a108f873121a008c5f0a92424479 /docs/html/tools/help
parenta464d409f68ca9a59ac4261edd46866ae2af68bf (diff)
downloadframeworks_base-489218c3eda7f77e99425989981714a16dded5c1.zip
frameworks_base-489218c3eda7f77e99425989981714a16dded5c1.tar.gz
frameworks_base-489218c3eda7f77e99425989981714a16dded5c1.tar.bz2
docs: Added overview page and Javadocs for the Android Testing Support Library.
Change-Id: I645d3a302ce0d1d4cd389c6a58709a11a0426aed
Diffstat (limited to 'docs/html/tools/help')
-rw-r--r--docs/html/tools/help/index.jd24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/html/tools/help/index.jd b/docs/html/tools/help/index.jd
index 75324b7..4c97d0c 100644
--- a/docs/html/tools/help/index.jd
+++ b/docs/html/tools/help/index.jd
@@ -70,11 +70,6 @@ avd</code>) the emulator (<code>emulator</code>), and the Dalvik Debug Monitor S
an emulator instance or connected Android-powered device. It also provides access to the
device shell for advanced command-line operations.</dd>
- <dt><a href="{@docRoot}tools/help/uiautomator/index.html">uiautomator</a></dt>
- <dd>The {@code uiautomator} testing framework lets you test your user interface (UI) efficiently
- by creating automated functional UI testcases that can be run against your app on one or
- more devices.</dd>
-
<dt><a href="{@docRoot}tools/debugging/ddms.html">Dalvik Debug Monitor
Server (ddms)</a></dt>
<dd>Lets you debug Android applications.</dd>
@@ -95,25 +90,6 @@ with Traceview and dmtracedump</a></dd>
<dd>Converts the HPROF file that is generated by the Android SDK tools to a standard format so
you can view the file in a profiling tool of your choice.</dd>
-
- <dt><a href="{@docRoot}tools/help/monkey.html">Monkey</a></dt>
- <dd>Runs on your emulator or device and generates pseudo-random streams of user events such
-as clicks, touches, or gestures, as well as a number of system-level events. You can use the Monkey
-to stress-test applications that you are developing, in a random yet repeatable manner.
- <ul>
- <li><a href="{@docRoot}tools/help/MonkeyDevice.html"><span
-class="en">MonkeyDevice</span></a></li>
- <li><a href="{@docRoot}tools/help/MonkeyImage.html"><span
-class="en">MonkeyImage</span></a></li>
- <li><a href="{@docRoot}tools/help/MonkeyRunner.html"><span
-class="en">MonkeyRunner</span></a></li>
- </ul>
- </dd>
-
- <dt><a href="{@docRoot}tools/help/monkeyrunner_concepts.html">monkeyrunner</a></dt>
- <dd>Provides an API for writing programs that control an Android device or emulator from
-outside of Android code.</dd>
-
<dt><a href="{@docRoot}tools/help/systrace.html">Systrace</a></dt>
<dd>Lets you analyze the execution of your application in the context of system processes,
to help diagnose display and performance issues.</dd>