Conflicts: samples/browseable/ActivityInstrumentation/_index.jd samples/browseable/TextLinkify/_index.jd Change-Id: Ia9a333bd09d2e7e9417a560581c40bd02d295c12
14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
|
|
|
|
|
|
page.tags="ActivityInstrumentation"
|
|
sample.group=Testing
|
|
@jd:body
|
|
|
|
<p>This sample demonstrates how to use an
|
|
{@link android.test.InstrumentationTestCase} to test the internal state of an
|
|
{@link android.app.Activity}.</p>
|
|
<p>To learn more about using Android's custom testing framework, see
|
|
<a href="{@docRoot}training/activity-testing/index.html">Testing Your
|
|
Android Activity</a>.</p>
|