1 2 3 4 page.tags="ActivityInstrumentation" 5 sample.group=Testing 6 @jd:body 7 8 <p>This sample demonstrates how to use an 9 {@link android.test.InstrumentationTestCase} to test the internal state of an 10 {@link android.app.Activity}.</p> 11 <p>To learn more about using Android's custom testing framework, see 12 <a href="{@docRoot}training/activity-testing/index.html">Testing Your 13 Android Activity</a>.</p> 14