am 5016df1c: Merge "Doc Change: Revert NotePad sample test package" into gingerbread
Merge commit '5016df1cface59b04ad59d0fef29ea32dcad8d60' into gingerbread-plus-aosp * commit '5016df1cface59b04ad59d0fef29ea32dcad8d60': Doc Change: Revert NotePad sample test package
This commit is contained in:
@@ -169,9 +169,7 @@ page.title=Content Provider Testing
|
|||||||
<a href="{@docRoot}resources/samples/NotePad/index.html">Note Pad</a> sample,
|
<a href="{@docRoot}resources/samples/NotePad/index.html">Note Pad</a> sample,
|
||||||
for example, features a provider that offers one URI for retrieving a list of notes,
|
for example, features a provider that offers one URI for retrieving a list of notes,
|
||||||
another for retrieving an individual note by it's database ID, and a third for
|
another for retrieving an individual note by it's database ID, and a third for
|
||||||
displaying notes in a live folder. The sample test package for Note Pad,
|
displaying notes in a live folder.
|
||||||
<a href="{@docRoot}resources/samples/NotePadTest/index.html"> Note Pad Test</a>, has
|
|
||||||
unit tests for two of these URIs.
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Test invalid URIs: Your unit tests should deliberately call the provider with an
|
Test invalid URIs: Your unit tests should deliberately call the provider with an
|
||||||
|
|||||||
@@ -61,12 +61,6 @@ page.title=Testing
|
|||||||
</ul>
|
</ul>
|
||||||
<h4>Samples</h4>
|
<h4>Samples</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
|
||||||
<a href="{@docRoot}resources/samples/NotePadTest.html">Note Pad Test</a> is a test
|
|
||||||
package for the <a href="{@docRoot}resources/samples/NotePad.html">Note Pad</a> sample
|
|
||||||
application. It provides a simple example of unit testing
|
|
||||||
a {@link android.content.ContentProvider}.
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
The <a href="{@docRoot}resources/samples/AlarmServiceTest.html">Alarm Service Test</a>
|
The <a href="{@docRoot}resources/samples/AlarmServiceTest.html">Alarm Service Test</a>
|
||||||
is a test package for the <a href="{@docRoot}resources/samples/Alarm.html">Alarm</a>
|
is a test package for the <a href="{@docRoot}resources/samples/Alarm.html">Alarm</a>
|
||||||
|
|||||||
@@ -644,12 +644,6 @@ page.title=Testing Fundamentals
|
|||||||
It guides you through a more complex testing scenario that you develop against a
|
It guides you through a more complex testing scenario that you develop against a
|
||||||
more realistic application.
|
more realistic application.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
The sample test package
|
|
||||||
<a href="{@docRoot}resources/samples/NotePadTest">Note Pad Test</a> is an example of
|
|
||||||
testing a {@link android.content.ContentProvider}. It contains a set of unit tests for the
|
|
||||||
Note Pad sample application's {@link android.content.ContentProvider}.
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
The sample test package <a href="{@docRoot}resources/samples/AlarmServiceTest"}>
|
The sample test package <a href="{@docRoot}resources/samples/AlarmServiceTest"}>
|
||||||
Alarm Service Test</a> is an example of testing a {@link android.app.Service}. It contains
|
Alarm Service Test</a> is an example of testing a {@link android.app.Service}. It contains
|
||||||
|
|||||||
Reference in New Issue
Block a user