FileDocCategorySizeDatePackage
ApiDemosTest.javaAPI DocAndroid 1.5 API1400Wed May 06 22:41:08 BST 2009com.example.android.apis

ApiDemosTest

public class ApiDemosTest extends android.test.ActivityInstrumentationTestCase
Make sure that the main launcher activity opens up properly, which will be verified by {@link ActivityInstrumentationTestCase#testActivityTestCaseSetUpProperly}.

Fields Summary
Constructors Summary
public ApiDemosTest()
The first constructor parameter 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 of the class - in fact, in some cases it may not match at all.

        super("com.example.android.apis", ApiDemos.class);
    
Methods Summary