Searched defs:ActivityInstrumentationTestCase2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DActivityInstrumentationTestCase2.java41 public abstract class ActivityInstrumentationTestCase2<T extends Activity> class in inherits:ActivityTestCase
48 * Creates an {@link ActivityInstrumentationTestCase2}.
54 * @deprecated use {@link #ActivityInstrumentationTestCase2(Class)} instead
57 public ActivityInstrumentationTestCase2(String pkg, Class<T> activityClass) { method in class:ActivityInstrumentationTestCase2
62 * Creates an {@link ActivityInstrumentationTestCase2}.
67 public ActivityInstrumentationTestCase2(Class<T> activityClass) { method in class:ActivityInstrumentationTestCase2
166 scrubClass(ActivityInstrumentationTestCase2.class);

Completed in 342 milliseconds