donut snapshot
This commit is contained in:
@@ -40,7 +40,11 @@ public abstract class ActivityInstrumentationTestCase<T extends Activity>
|
||||
boolean mInitialTouchMode = false;
|
||||
|
||||
/**
|
||||
* @param pkg The package of the instrumentation.
|
||||
* <b>NOTE:</b> The parameter <i>pkg</i> must refer to the package identifier of the
|
||||
* package hosting the activity to be launched, which is specified in the AndroidManifest.xml
|
||||
* file. This is not necessarily the same as the java package name.
|
||||
*
|
||||
* @param pkg The package hosting the activity to be launched.
|
||||
* @param activityClass The activity to test.
|
||||
*/
|
||||
public ActivityInstrumentationTestCase(String pkg, Class<T> activityClass) {
|
||||
@@ -48,7 +52,11 @@ public abstract class ActivityInstrumentationTestCase<T extends Activity>
|
||||
}
|
||||
|
||||
/**
|
||||
* @param pkg The package of the instrumentation.
|
||||
* <b>NOTE:</b> The parameter <i>pkg</i> must refer to the package identifier of the
|
||||
* package hosting the activity to be launched, which is specified in the AndroidManifest.xml
|
||||
* file. This is not necessarily the same as the java package name.
|
||||
*
|
||||
* @param pkg The package hosting the activity to be launched.
|
||||
* @param activityClass The activity to test.
|
||||
* @param initialTouchMode true = in touch mode
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user