Files
android_development/samples/browseable/ActivityInstrumentation/_index.jd
quddusc 177a5df995 Fixed broken link in ActivityInstrumentation sample description.
Change-Id: I1ab9a5750693f44dec7aa97c99a2cfcd6af0b78e
(cherry picked from commit b5de8afa23)
2013-10-31 20:01:25 +00:00

14 lines
389 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>