summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/guide_toc.cs
diff options
context:
space:
mode:
authorJoe Malin <jmalin@google.com>2010-08-28 10:04:20 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-08-28 10:04:20 -0700
commit1604ae64564ff088a46efbc072c68024bfc8325f (patch)
treef8f3849a53e301633b4b99cf0355c50cd9fee0b0 /docs/html/guide/guide_toc.cs
parentc5d8f661400fd08322eafdef77de10438a5067a6 (diff)
parent3e3fcf985f5d729437c3c40f568c8af1c42cc46d (diff)
downloadframeworks_base-1604ae64564ff088a46efbc072c68024bfc8325f.zip
frameworks_base-1604ae64564ff088a46efbc072c68024bfc8325f.tar.gz
frameworks_base-1604ae64564ff088a46efbc072c68024bfc8325f.tar.bz2
Merge "Testing Documentation in the Dev Guide tab"
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>