Lines Matching full:application
2 This sample is the test application for the
5 application.
8 The test application uses the
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
24 … Test setup: The <code>setUp()</code> method re-initializes the state of the application under test
29 test that the application under test is properly initialized prior to running the
37 …Application control using instrumentation: The <code>testStateDestroy()</code> and <code>testState…
43 that links the test application with the application under test. Specifically, the
47 application under test.
49 <img alt="The initial user interface for the Spinner sample application" style="height:230px;"