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

/frameworks/base/test-runner/src/android/test/
H A DActivityInstrumentationTestCase2.java47 public abstract class ActivityInstrumentationTestCase2<T extends Activity> class in inherits:ActivityTestCase
54 * Creates an {@link ActivityInstrumentationTestCase2}.
60 * @deprecated use {@link #ActivityInstrumentationTestCase2(Class)} instead
63 public ActivityInstrumentationTestCase2(String pkg, Class<T> activityClass) { method in class:ActivityInstrumentationTestCase2
68 * Creates an {@link ActivityInstrumentationTestCase2}.
73 public ActivityInstrumentationTestCase2(Class<T> activityClass) { method in class:ActivityInstrumentationTestCase2
172 scrubClass(ActivityInstrumentationTestCase2.class);

Completed in 683 milliseconds