Home | History | Annotate | Download | only in SpinnerTest

Lines Matching full:test

2     This sample is the test application for the
8 The test application uses the
9 <a href="../../../reference/android/test/ActivityInstrumentationTestCase2.html"><code>ActivityInstrumentationTestCase2</code></a>
10 test case class,
13 class. The test runner is <a href="../../../reference/android/test/InstrumentationTestRunner.html"><code>InstrumentationTestRunner</code></a>.
16 The application shows how to set up a test application project,
18 file for a test application, and how to set up a test case class for a test fixture. The
19 test case class, <a href="src/com/android/example/spinner/test/SpinnerActivityTest.html"><code>SpinnerActivityTest</code></a>,
20 contains tests that demonstrate the following Android test patterns:
24 Test setup: The <code>setUp()</code> method re-initializes the state of the application under test
25 before each test is run.
29 test that the application under test is properly initialized prior to running the
30 test fixture.
34 to the activity under test and then test the result.
38 methods demonstrate how to use instrumentation to trigger stages in the lifecycle of the activity under test.
43 that links the test application with the application under test. Specifically, the
47 application under test.
51 <img alt="The JUnit view in Eclipse with ADT, showing a successful test run of SpinnerTest" style="height:230px;"