Example usage for android.test InstrumentationTestCase subclass-usage

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

Introduction

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

Usage

From source file com.magnet.mmx.client.TestMmxPush.java

public class TestMmxPush extends InstrumentationTestCase {

    public static final String DO_SOMETHING_IMMEDIATELY = "doSomething immediately";
    public static final String CALLBACK_URL = "http://preview.magnet.com:5221/mmxmgmt/v1/pushreply?pushmessageid=261ty171765";
    public static final String IMAGE_URL = "http://i2.cdn.turner.com/cnnnext/dam/assets/150220074741-two-and-a-half-men-season-finale-kutcher-lorre-cryer-large-169.jpg";
    public static final String RAHULS_MAC_BOOK_PRO_LOCAL = "Rahuls-MacBook-Pro.local";

From source file com.jsonstore.CollectionCleanTest.java

public class CollectionCleanTest extends InstrumentationTestCase {

    public CollectionCleanTest() {
        super();
    }

From source file com.granita.icloudcalsync.webdav.WebDavResourceTest.java

public class WebDavResourceTest extends InstrumentationTestCase {
    static byte[] SAMPLE_CONTENT = new byte[] { 1, 2, 3, 4, 5 };

    final static String PATH_SIMPLE_FILE = "collection/new.file";

    AssetManager assetMgr;

From source file com.jsonstore.CollectionAdvancedFindLikeTest.java

public class CollectionAdvancedFindLikeTest extends InstrumentationTestCase {

    /**
     * @return The {@link Context} of the test project.
     */
    private Context getTestContext() {

From source file at.bitfire.davdroid.webdav.WebDavResourceTest.java

public class WebDavResourceTest extends InstrumentationTestCase {
    final static byte[] SAMPLE_CONTENT = new byte[] { 1, 2, 3, 4, 5 };

    AssetManager assetMgr;
    CloseableHttpClient httpClient;

From source file com.jsonstore.CollectionAdvancedFindNotLikeTest.java

public class CollectionAdvancedFindNotLikeTest extends InstrumentationTestCase {

    /**
     * @return The {@link Context} of the test project.
     */
    private Context getTestContext() {

From source file ly.apps.androdi.rest.tests.JsonBodyConverterTest.java

public class JsonBodyConverterTest extends InstrumentationTestCase {

    private BodyConverter converter;

    @Override
    public void setUp() throws Exception {

From source file net.benmoran.affectsampler.SynchronizerTestCase.java

public class SynchronizerTestCase extends InstrumentationTestCase {
    private JSONArray mJSONArray;

    protected Context getContext() {
        return getInstrumentation().getContext();
    }

From source file ly.apps.androdi.rest.tests.FormValuesConverterTest.java

public class FormValuesConverterTest extends InstrumentationTestCase {

    private BodyConverter converter;

    @Override
    public void setUp() throws Exception {

From source file com.android.cts.intent.sender.ContentTest.java

public class ContentTest extends InstrumentationTestCase {

    private static final String MESSAGE = "Sample Message";

    private static final String ACTION_READ_FROM_URI = "com.android.cts.action.READ_FROM_URI";