Lines Matching defs:test
17 package android.test;
25 * This is common code used to support Activity test cases. For more useful classes, please see
26 * {@link android.test.ActivityUnitTestCase} and
27 * {@link android.test.ActivityInstrumentationTestCase}.
32 * The activity that will be set up for use in each test method.
37 * @return Returns the activity under test.
44 * Set the activity under test.
45 * @param testActivity The activity under test
54 * test case creates a non-static inner class (thus referencing the test case) and gives it to