diff options
| author | Quddus Chong <quddusc@google.com> | 2012-11-12 15:07:16 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-11-12 15:07:16 -0800 |
| commit | 36c7e5909ec8840e1926370235c72b14f95d3996 (patch) | |
| tree | 914ffd36b1475a04208742f111a5efaaf98f8006 /docs/html/tools/tools_toc.cs | |
| parent | 71e862da905f4c414dd93c3e6f1b96840753b3ff (diff) | |
| parent | 01774bd0fcbe17c5f723cee3dab93fa83eaa2849 (diff) | |
| download | frameworks_base-36c7e5909ec8840e1926370235c72b14f95d3996.zip frameworks_base-36c7e5909ec8840e1926370235c72b14f95d3996.tar.gz frameworks_base-36c7e5909ec8840e1926370235c72b14f95d3996.tar.bz2 | |
am 01774bd0: am fabcff5c: Merge "docs: Added new docs for uiautomator testing framework." into jb-mr1-dev
* commit '01774bd0fcbe17c5f723cee3dab93fa83eaa2849':
docs: Added new docs for uiautomator testing framework.
Diffstat (limited to 'docs/html/tools/tools_toc.cs')
| -rw-r--r-- | docs/html/tools/tools_toc.cs | 18 |
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> |
