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.futureplatforms.kirin.test.LocalNotificationBackendTest.java

public class LocalNotificationBackendTest extends AndroidTestCase {

    private LocalNotificationsBackend mBackend;

    private SharedPreferences mPrefs;

From source file at.create.android.ffc.test.domain.ContactListXMLConversionTest.java

public class ContactListXMLConversionTest extends AndroidTestCase {
    private SimpleXmlHttpMessageConverter xmlConverter;
    private ContactList contactList;
    private final static String XML = "<contacts>" + "<contact>" + "<id>1</id>" + "<first-name>A</first-name>"
            + "<last-name>B</last-name>" + "</contact>" + "<contact>" + "<id>2</id>" + "<first-name>A</first-name>"
            + "<last-name>B</last-name>" + "</contact>" + "</contacts>";

From source file android.core.HttpHeaderTest.java

public class HttpHeaderTest extends AndroidTestCase {

    static final String LAST_MODIFIED = "Last-Modified: Fri, 18 Jun 2010 09:56:47 GMT";
    static final String CACHE_CONTROL_MAX_AGE = "Cache-Control:max-age=15";
    static final String CACHE_CONTROL_PRIVATE = "Cache-Control: private";
    static final String CACHE_CONTROL_COMPOUND = "Cache-Control: no-cache, max-age=200000";

From source file org.opendatakit.common.android.utilities.FileSetTest.java

public class FileSetTest extends AndroidTestCase {
    private static final String APP_NAME = "fileSetTest";
    private static final String TABLE_ID_1 = "myTableId_1";
    private static final String TABLE_ID_2 = "myTableId_2";
    private static final String INSTANCE_ID_1 = "myInstanceId_1";
    private static final String INSTANCE_ID_2 = "myInstanceId_2";

From source file com.facebook.model.JsonUtilTests.java

public final class JsonUtilTests extends AndroidTestCase {

    @SmallTest
    @MediumTest
    @LargeTest
    public void testJsonObjectClear() throws JSONException {

From source file com.liferay.mobile.android.oauth.test.OAuthTest.java

/**
 * @author Bruno Farache
 */
public class OAuthTest extends AndroidTestCase {

    public void testGetUserSites() throws Exception {

From source file com.mobiperf.speedometer.test.UtilTest.java

/**
 * Unit test for the Util class
 */
public class UtilTest extends AndroidTestCase {
    public UtilTest() {
        super();

From source file com.sandstormbox.authenticator.testability.HttpClientFactoryTest.java

/**
 * Unit tests for {@link HttpClientFactory}.
 *
 * @author klyubin@google.com (Alex Klyubin)
 */
public class HttpClientFactoryTest extends AndroidTestCase {

From source file de.kuix.android.apps.authenticator.testability.HttpClientFactoryTest.java

/**
 * Unit tests for {@link HttpClientFactory}.
 *
 * @author klyubin@google.com (Alex Klyubin)
 */
public class HttpClientFactoryTest extends AndroidTestCase {

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

/**
 * Tests {@link JavaFile}
 *
 * @author Doctoror
 */
public final class JavaFileTest extends AndroidTestCase {