Home | History | Annotate | Download | only in test

Lines Matching full:link

31  * <li>You can run any test method on the UI thread (see {@link android.test.UiThreadTest}).</li>
33 * {@link #setActivityIntent(Intent)}).</li>
36 * <p>This class replaces {@link android.test.ActivityInstrumentationTestCase}, which is deprecated.
39 * <p>If you prefer an isolated unit test, see {@link android.test.ActivityUnitTestCase}.
48 * Creates an {@link ActivityInstrumentationTestCase2}.
54 * @deprecated use {@link #ActivityInstrumentationTestCase2(Class)} instead
62 * Creates an {@link ActivityInstrumentationTestCase2}.
78 * {@link #setActivityIntent(Intent)} and/or {@link #setActivityInitialTouchMode(boolean)}
83 * If your test method is annotated with {@link android.test.UiThreadTest}, then your Activity
108 * Call this method before the first call to {@link #getActivity} to inject a customized Intent
115 * If your test method is annotated with {@link android.test.UiThreadTest}, then you must call
116 * {@link #setActivityIntent(Intent)} from {@link #setUp()}.
119 * action = {@link Intent#ACTION_MAIN}
120 * flags = {@link Intent#FLAG_ACTIVITY_NEW_TASK}
130 * Call this method before the first call to {@link #getActivity} to set the initial touch
137 * If your test method is annotated with {@link android.test.UiThreadTest}, then you must call
138 * {@link #setActivityInitialTouchMode(boolean)} from {@link #setUp()}.
173 * {@link android.test.UiThreadTest}, force the Activity to be created before switching to