donut snapshot
This commit is contained in:
@@ -37,7 +37,11 @@ public abstract class SingleLaunchActivityTestCase<T extends Activity>
|
||||
private static boolean sActivityLaunchedFlag = 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 SingleLaunchActivityTestCase(String pkg, Class<T> activityClass) {
|
||||
|
||||
Reference in New Issue
Block a user