summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/guide_toc.cs
diff options
context:
space:
mode:
authorJoe Malin <jmalin@google.com>2010-05-30 18:35:53 -0700
committerJoe Malin <jmalin@google.com>2010-08-27 17:59:38 -0700
commit3e3fcf985f5d729437c3c40f568c8af1c42cc46d (patch)
treeb614aa530e09c27356807de8542462cb09ec0611 /docs/html/guide/guide_toc.cs
parentfc40701c8b170706a87eed9a758bf3307c572b99 (diff)
downloadframeworks_base-3e3fcf985f5d729437c3c40f568c8af1c42cc46d.zip
frameworks_base-3e3fcf985f5d729437c3c40f568c8af1c42cc46d.tar.gz
frameworks_base-3e3fcf985f5d729437c3c40f568c8af1c42cc46d.tar.bz2
Testing Documentation in the Dev Guide tab
Change-Id: I36cb020642a7f094d2070509abb280c7c88f607f
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r--docs/html/guide/guide_toc.cs27
1 files changed, 24 insertions, 3 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs
index 35ce17e..9793748 100644
--- a/docs/html/guide/guide_toc.cs
+++ b/docs/html/guide/guide_toc.cs
@@ -254,9 +254,30 @@
<li><a href="<?cs var:toroot?>guide/topics/search/searchable-config.html">Searchable Configuration</a></li>
</ul>
</li>
- <li><a href="<?cs var:toroot?>guide/topics/testing/testing_android.html">
- <span class="en">Testing and Instrumentation</span></a>
- <span class="new">new!</span></li>
+ <li class="toggle-list">
+ <div>
+ <a href="<?cs var:toroot ?>guide/topics/testing/index.html">
+ <span class="en">Testing</span>
+ </a> <span class="new">new!</span>
+ </div>
+ <ul>
+ <li><a href="<?cs var:toroot?>guide/topics/testing/testing_android.html">
+ <span class="en">Testing Fundamentals</span></a>
+ </li>
+ <li><a href="<?cs var:toroot?>guide/topics/testing/activity_testing.html">
+ <span class="en">Activity Testing</span></a>
+ </li>
+ <li><a href="<?cs var:toroot ?>guide/topics/testing/contentprovider_testing.html">
+ <span class="en">Content Provider Testing</span></a>
+ </li>
+ <li><a href="<?cs var:toroot ?>guide/topics/testing/service_testing.html">
+ <span class="en">Service Testing</span></a>
+ </li>
+ <li><a href="<?cs var:toroot ?>guide/topics/testing/what_to_test.html">
+ <span class="en">What To Test</span></a>
+ </li>
+ </ul>
+ </li>
</ul>
</li>