Merge "DOC CHANGE: Fix bug in Testing doc" into gingerbread
This commit is contained in:
@@ -12,14 +12,6 @@ page.title=Testing
|
|||||||
</p>
|
</p>
|
||||||
<h4>Concepts</h4>
|
<h4>Concepts</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
|
||||||
Testing Tools describes the Eclipse with ADT and command-line tools you use to test
|
|
||||||
Android applications.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
What to Test is an overview of the types of testing you should do. It focuses on testing
|
|
||||||
system-wide aspects of Android that can affect every component in your application.
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="{@docRoot}guide/topics/testing/activity_testing.html">
|
<a href="{@docRoot}guide/topics/testing/activity_testing.html">
|
||||||
Activity Testing</a> focuses on testing activities. It describes how instrumentation allows
|
Activity Testing</a> focuses on testing activities. It describes how instrumentation allows
|
||||||
@@ -38,6 +30,11 @@ page.title=Testing
|
|||||||
Service Testing</a> focuses on testing services. It also lists service-specific features
|
Service Testing</a> focuses on testing services. It also lists service-specific features
|
||||||
you should test.
|
you should test.
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="{@docRoot}guide/topics/testing/what_to_test.html">What to Test</a>
|
||||||
|
is an overview of the types of testing you should do. It focuses on testing
|
||||||
|
system-wide aspects of Android that can affect every component in your application.
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>Procedures</h4>
|
<h4>Procedures</h4>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -65,9 +62,8 @@ page.title=Testing
|
|||||||
<h4>Samples</h4>
|
<h4>Samples</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="{@docRoot}resources/samples/NotePadTest.html">Note Pad Provider
|
<a href="{@docRoot}resources/samples/NotePadTest.html">Note Pad Test</a> is a test
|
||||||
Test</a> is a test package for the
|
package for the <a href="{@docRoot}resources/samples/NotePad.html">Note Pad</a> sample
|
||||||
<a href="{@docRoot}resources/samples/NotePad.html">Note Pad</a> sample
|
|
||||||
application. It provides a simple example of unit testing
|
application. It provides a simple example of unit testing
|
||||||
a {@link android.content.ContentProvider}.
|
a {@link android.content.ContentProvider}.
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user