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.google.wireless.speed.speedometer.test.UtilTest.java

/**
 * Unit test for the Util class
 * @author wenjiezeng@google.com (Steve Zeng)
 *
 */
public class UtilTest extends AndroidTestCase {

From source file de.akquinet.gomobile.androlog.test.PostReporterTest.java

public class PostReporterTest extends AndroidTestCase {

    public static final String URL = "http://chameria.spree.de:9015/reports";

    private File testContext;

From source file com.appsimobile.appsii.module.weather.loader.WeatherDataParserTest.java

/**
 * Created by nick on 21/01/15.
 */
public class WeatherDataParserTest extends AndroidTestCase {

    public void testWeatherParser_multipleResults() throws ParseException, ResponseParserException, JSONException {

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

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

From source file com.tojc.ormlite.android.framework.MimeTypeVndTest.java

@SmallTest
public class MimeTypeVndTest extends AndroidTestCase {

    private static final String CONTENT_MIME_TYPE_VND_NAME = "bar";
    private static final String CONTENT_MIME_TYPE_VND_TYPE = "foo";

From source file org.envirocar.app.test.dao.TrackDecoderTest.java

public class TrackDecoderTest extends AndroidTestCase {

    public void testTotalTrackCount() throws TrackRetrievalException {
        BasicHttpResponse response = new BasicHttpResponse(createStatusLine());
        response.setHeader("Link",
                "<https://envirocar.org/api/stable/users/matthes/tracks?limit=1&page=7>;rel=last;type=application/json, <https://envirocar.org/api/stable/users/matthes/tracks?limit=1&page=2>;rel=next;type=application/json");

From source file com.tojc.ormlite.android.framework.ColumnInfoTest.java

@SmallTest
public class ColumnInfoTest extends AndroidTestCase {
    private static final String TEST_FIELD_NAME = "annotatedField";
    private ColumnInfo columnInfo;

    public void testIsValid_returns_true_when_field_has_empty_column_name() throws NoSuchFieldException {

From source file com.futureplatforms.kirin.test.NetworkingBackendTest.java

public class NetworkingBackendTest extends AndroidTestCase {

    private static final String RANDOM_JSON_URL = "http://api.twitter.com/1/statuses/public_timeline.json";

    private NetworkingBackend mBackend;

From source file com.android.emailcommon.provider.HostAuthTests.java

/**
 * Unit tests for the HostAuth inner class.
 * These tests must be locally complete - no server(s) required.
 */
@SmallTest
public class HostAuthTests extends AndroidTestCase {

From source file com.groupme.sdk.util.HttpUtilsTest.java

public class HttpUtilsTest extends AndroidTestCase {
    public static final String UNAUTHORIZED_REQUEST = "http://api.groupme.com/unauthorized_request";
    public static final String OK_REQUEST = "http://api.groupme.com/ok_request";

    public void testEncodeParams() {
        Bundle params = new Bundle();