Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2
(cherry picked from commit 3943cdc962)
14 lines
390 B
Plaintext
14 lines
390 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>
|