Example usage for android.test AndroidTestCase subclass-usage

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

Introduction

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

Usage

From source file com.tojc.ormlite.android.annotation.info.ContentUriInfoTest.java

@SmallTest
public class ContentUriInfoTest extends AndroidTestCase {

    private static final String TEST_AUTHORITY = "foo";
    private static final String TEST_PATH = "bar";

From source file com.feedhenry.sdk.tests.api.FHSDKTest.java

public class FHSDKTest extends AndroidTestCase {

    private JSONObject resJson = null;

    private MockWebServer mockWebServer = null;

From source file com.datasnap.android.info.test.InfoManagerTest.java

public class InfoManagerTest extends AndroidTestCase {
    @Test
    public void testGet() {
        InfoManager manager = new InfoManager(new Config());
        JSONObject object = manager.build(this.getContext());
        assertThat(object.length()).isGreaterThan(0);

From source file com.docd.purefm.test.MediaStoreUtilsTest.java

/**
 * Tests {@link com.docd.purefm.utils.MediaStoreUtils}
 */
public final class MediaStoreUtilsTest extends AndroidTestCase {

    private static final File EXT = Environment.getExternalStorageDirectory();

From source file org.envirocar.app.test.ObfuscationTest.java

public class ObfuscationTest extends AndroidTestCase {

    private static int TARGET_LENGTH = 10;

    public void testObfuscation() throws JSONException, TrackAlreadyFinishedException {
        Track t = createTrack();

From source file com.tojc.ormlite.android.annotation.info.ContentMimeTypeVndInfoTest.java

@SmallTest
public class ContentMimeTypeVndInfoTest extends AndroidTestCase {

    private static final String TEST_NAME = "foo";
    private static final String TEST_TYPE = "bar";

From source file com.android.email.mail.store.imap.ImapStringTest.java

/**
 * Test for {@link ImapString} and its subclasses.
 */
@SmallTest
public class ImapStringTest extends AndroidTestCase {

From source file org.kde.kdeconnect.NetworkPackageTest.java

public class NetworkPackageTest extends AndroidTestCase {

    @Override
    protected void setUp() throws Exception {
        super.setUp();
        // Called before each test

From source file org.uribeacon.beacon.UriBeaconTest.java

import java.net.URISyntaxException;

/**
 * Unit tests for the {@link UriBeacon} class.
 */
public class UriBeaconTest extends AndroidTestCase {

From source file com.android.volley.toolbox.HttpClientStackTest.java

@SmallTest
public class HttpClientStackTest extends AndroidTestCase {

    @Override
    protected void setUp() throws Exception {
        super.setUp();