summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/tools_toc.cs
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2012-11-12 15:02:33 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-11-12 15:02:34 -0800
commitfabcff5c46f93ffd7177669b5174ec4249469185 (patch)
tree2c10e025c31e2b11ca314744806889b833cca686 /docs/html/tools/tools_toc.cs
parent95d5be9ece0c41e63a95fa3c30aadbc2a96b3e9a (diff)
parent94b3f8eee62f8d2b1076654072d61e67654ed977 (diff)
downloadframeworks_base-fabcff5c46f93ffd7177669b5174ec4249469185.zip
frameworks_base-fabcff5c46f93ffd7177669b5174ec4249469185.tar.gz
frameworks_base-fabcff5c46f93ffd7177669b5174ec4249469185.tar.bz2
Merge "docs: Added new docs for uiautomator testing framework." into jb-mr1-dev
Diffstat (limited to 'docs/html/tools/tools_toc.cs')
-rw-r--r--docs/html/tools/tools_toc.cs18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/html/tools/tools_toc.cs b/docs/html/tools/tools_toc.cs
index 6e58100..3c8732f 100644
--- a/docs/html/tools/tools_toc.cs
+++ b/docs/html/tools/tools_toc.cs
@@ -93,6 +93,10 @@
<a href="<?cs var:toroot?>tools/testing/testing_accessibility.html">
<span class="en">Accessibility Testing</span></a>
</li>
+ <li>
+ <a href="<?cs var:toroot?>tools/testing/testing_ui.html">
+ <span class="en">UI Testing</span></a>
+ </li>
<li>
<a href="<?cs var:toroot ?>tools/testing/what_to_test.html">
<span class="en">What To Test</span></a>
@@ -166,6 +170,20 @@ class="en">MonkeyRunner</span></a></li>
<li><a href="<?cs var:toroot ?>tools/help/systrace.html">Systrace</a></li>
<li><a href="<?cs var:toroot ?>tools/help/gltracer.html">Tracer for OpenGL ES</a></li>
<li><a href="<?cs var:toroot ?>tools/help/traceview.html">Traceview</a></li>
+ <li class="nav-section">
+ <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/help/uiautomator/index.html"><span class="en">uiautomator</span></a></div>
+ <ul>
+ <li><a href="<?cs var:toroot ?>tools/help/uiautomator/IAutomationSupport.html"><span class="en">IAutomationSupport</span></a></li>
+ <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiAutomatorTestCase.html"><span class="en">UiAutomatorTestCase</span></a></li>
+ <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiCollection.html"><span class="en">UiCollection</span></a></li>
+ <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiDevice.html"><span class="en">UiDevice</span></a></li>
+ <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiObject.html"><span class="en">UiObject</span></a></li>
+ <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiObjectNotFoundException.html"><span class="en">UiObjectNotFoundException</span></a></li>
+ <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiScrollable.html"><span class="en">UiScrollable</span></a></li>
+ <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiSelector.html"><span class="en">UiSelector</span></a></li>
+ <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiWatcher.html"><span class="en">UiWatcher</span></a></li>
+ </ul>
+ </li>
<li><a href="<?cs var:toroot ?>tools/help/zipalign.html">zipalign</a></li>
</ul>
</li>