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.jsonstore.CollectionAdvancedFindInsideTest.java

public class CollectionAdvancedFindInsideTest extends InstrumentationTestCase {

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

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

/**
 * Tests {@link com.docd.purefm.file.CommandLineFile}
 *
 * @author Doctoror
 */
public final class CommandLineFileTest extends InstrumentationTestCase {

From source file com.jsonstore.CollectionAddDocumentTest.java

public class CollectionAddDocumentTest extends InstrumentationTestCase {

    final Logger logger = Logger.getLogger("CollectionaddDataTest");

    public CollectionAddDocumentTest() {
        super();

From source file org.andstatus.app.net.social.ConnectionPumpioTest.java

public class ConnectionPumpioTest extends InstrumentationTestCase {
    Context context;
    ConnectionPumpio connection;
    URL originUrl = UrlUtils.fromString("https://identi.ca");
    HttpConnectionMock httpConnectionMock;
    OriginConnectionData connectionData;

From source file com.jsonstore.CollectionCountDocumentTest.java

public class CollectionCountDocumentTest extends InstrumentationTestCase {

    public CollectionCountDocumentTest() {
        super();
    }

From source file com.ichi2.libanki.test.FindTestCase.java

public class FindTestCase extends InstrumentationTestCase {
    public FindTestCase(String name) {
        setName(name);
    }

    @MediumTest

From source file com.ichi2.libanki.test.ModelsTestCase.java

public class ModelsTestCase extends InstrumentationTestCase {
    public ModelsTestCase(String name) {
        setName(name);
    }

    @MediumTest

From source file bolts.AppLinkTest.java

public class AppLinkTest extends InstrumentationTestCase {

    private static final String PACKAGE_NAME = "bolts.applinks.test";

    private List<Intent> openedIntents;
    private Context activityInterceptor;

From source file com.jsonstore.CollectionTransactionTest.java

public class CollectionTransactionTest extends InstrumentationTestCase {

    public CollectionTransactionTest() {
        super();
    }

From source file com.microsoft.live.UploadRequestTest.java

public class UploadRequestTest extends InstrumentationTestCase {

    /**
     * WinLive 633441: Make sure the query parameters on path get sent to
     * the HTTP PUT part of the upload.
     */