Example usage for android.test ActivityInstrumentationTestCase2 subclass-usage

List of usage examples for android.test ActivityInstrumentationTestCase2 subclass-usage

Introduction

In this page you can find the example usage for android.test ActivityInstrumentationTestCase2 subclass-usage.

Usage

From source file com.esri.android.ecologicalmarineunitexplorer.EMUAppTest.java

/**
 * Test performance may vary based on network latency.  Remember to add specific values to your app_settings.xml for
 * some of these tests and ensure your have internet access and location tracking on.  The first time these
 * tests are run you will be prompted by the app for WRITE_EXTERNAL permission.  Test screenshots are stored in the
 * Robotium folder of your device's SD card.
 *

From source file au.com.cybersearch2.classyfy.MainActivityTest.java

/**
 * MainActivityTest
 * @author Andrew Bowley
 * 23/07/2014
 */
public class MainActivityTest extends ActivityInstrumentationTestCase2<MainActivity> {

From source file de.da_sense.moses.client.test.ServiceTests.java

public class ServiceTests extends ActivityInstrumentationTestCase2<WelcomeActivity> {

    private TestResponseGenerator r = null;

    public ServiceTests() {
        super(WelcomeActivity.class);

From source file com.madgag.agit.RDTypeListActivityStoryTest.java

public class RDTypeListActivityStoryTest extends ActivityInstrumentationTestCase2<RDTypeListActivity> {

    private final static String TAG = RDTypeListActivityStoryTest.class.getSimpleName();

    public RDTypeListActivityStoryTest() {
        super("com.agit", RDTypeListActivity.class);

From source file com.mifos.mifosxdroid.tests.CreateNewClientFragmentTest.java

/**
 * Created by ahmed fathy on 26/03/16.
 */
public class CreateNewClientFragmentTest extends ActivityInstrumentationTestCase2<DashboardFragmentActivity> {

    /* fields */

From source file de.da_sense.moses.client.test.APKDownloadInstallTest.java

public class APKDownloadInstallTest extends ActivityInstrumentationTestCase2<MosesActivity> {

    private TestResponseGenerator r = null;

    public APKDownloadInstallTest() {
        super(MosesActivity.class);

From source file org.openremote.android.test.console.net.ORNetworkCheckTest.java

/**
 * Tests for {@link org.openremote.android.console.net.ORNetworkCheck} class.
 *
 * @author <a href="mailto:juha@openremote.org">Juha Lindfors</a>
 * @author handy 2010-04-28
 *

From source file com.blogspot.ksoichiro.android.sample.transition.test.NormalTransitionTest.java

/**
 * ???
 * 
 * @author Soichiro Kashima
 */
public class NormalTransitionTest extends ActivityInstrumentationTestCase2<MainActivity> {

From source file org.apache.cordova.test.junit.CordovaResourceApiTest.java

public class CordovaResourceApiTest extends ActivityInstrumentationTestCase2<CordovaWebViewTestActivity> {

    public CordovaResourceApiTest() {
        super(CordovaWebViewTestActivity.class);
    }

From source file edu.vanderbilt.android.vuparking.test.ClientTest.java

public class ClientTest extends ActivityInstrumentationTestCase2<Main> {

    Main app;

    public ClientTest() {
        super("edu.vanderbilt.android.vuparking", Main.class);