Home | History | Annotate | Download | only in SpinnerTest

Lines Matching full:code

9 <a href="../../../reference/android/test/ActivityInstrumentationTestCase2.html"><code>ActivityInstrumentationTestCase2</code></a>
12 <a href="../../../reference/junit/framework/TestCase.html"><code>TestCase</code></a>
13 class. The test runner is <a href="../../../reference/android/test/InstrumentationTestRunner.html"><code>InstrumentationTestRunner</code></a>.
17 how to create the <a href="AndroidManifest.html"><code>AndroidManifest.xml</code></a>
19 test case class, <a href="src/com/android/example/spinner/test/SpinnerActivityTest.html"><code>SpinnerActivityTest</code></a>,
24 Test setup: The <code>setUp()</code> method re-initializes the state of the application under test
28 Initial conditions: The <code>testPreconditions()</code> method demonstrates how to
33 UI interaction: The <code>testSpinnerUI()</code> method demonstrates how to send keystrokes
37 Application control using instrumentation: The <code>testStateDestroy()</code> and <code>testStatePause()</code>
42 The <a href="AndroidManifest.html">manifest</a> declares an <code>&lt;instrumentation&gt;</code> element
44 element's <code>android:name</code> attribute specifies <code>InstrumentationTestRunner</code> as the
45 instrumentation to use. The <code>android:targetPackage</code> attribute specifies
46 <code>com.android.example.spinner</code> as the name of the Android package that contains the