Example usage for android.test ApplicationTestCase subclass-usage

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

Introduction

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

Usage

From source file mr.robotto.ApplicationTest.java

/**
 * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
 */
public class ApplicationTest extends ApplicationTestCase<Application> {
    public ApplicationTest() {
        super(Application.class);

From source file fr.outadev.splatcompanion.ApplicationTest.java

/**
 * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
 */
public class ApplicationTest extends ApplicationTestCase<Application> {

    public ApplicationTest() {

From source file eindberetning.it_minds.dk.eindberetningmobil_android.ModelsTests.java

public class ModelsTests extends ApplicationTestCase<MainApplication> {
    public ModelsTests() {
        super(MainApplication.class);
    }

    @Before

From source file io.nuclei.splice.ApplicationTest.java

public class ApplicationTest extends ApplicationTestCase<Application> {

    static final String CONTENT = "TEST";

    Set<String> cleanup = new HashSet<>();

From source file com.ngandroid.demo.ModelTests.java

/**
 * Created by tyler on 2/24/15.
 */
public class ModelTests extends ApplicationTestCase<Application> {

    Application testApplication;

From source file yuki312.android.metrobucket.content.MetroRepositoryTest.java

public class MetroRepositoryTest extends ApplicationTestCase<Application> {
    private static final String TAG = makeLogTag(MetroRepositoryTest.class);

    private static final String TINY_STATION_ID = "odpt.Station:TokyoMetro.Tozai.Gyotoku";
    private static final String BLOB_STATION_ID = "odpt.Station:TokyoMetro.Marunouchi.Ikebukuro";

From source file com.frostwire.android.tests.vuze.VuzeDownloadTest.java

/**
 * 
 * @author gubatron
 * @author aldenml
 *
 */

From source file com.luhonghai.litedb.ApplicationTest.java

/**
 * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
 */
public class ApplicationTest extends ApplicationTestCase<Application> {

    private static final String TAG = "TestLiteDB";