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.android.cts.intent.sender.IntentSenderTest.java

public class IntentSenderTest extends InstrumentationTestCase {

    private static final String MESSAGE = "Sample Message";

    private static final String ACTION_READ_FROM_URI = "com.android.cts.action.READ_FROM_URI";

From source file com.jsonstore.CollectionSortTest.java

public class CollectionSortTest extends InstrumentationTestCase {

    public CollectionSortTest() {
        super();
    }

From source file com.jsonstore.CollectionAdvancedFindNotRightLikeTest.java

public class CollectionAdvancedFindNotRightLikeTest extends InstrumentationTestCase {

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

From source file com.jsonstore.CollectionAdvancedFindNotLeftLikeTest.java

public class CollectionAdvancedFindNotLeftLikeTest extends InstrumentationTestCase {

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

From source file com.jsonstore.CollectionAdvancedFindLeftLikeTest.java

public class CollectionAdvancedFindLeftLikeTest extends InstrumentationTestCase {

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

From source file com.jsonstore.CollectionAdvancedFindRightLikeTest.java

public class CollectionAdvancedFindRightLikeTest extends InstrumentationTestCase {

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

From source file com.jsonstore.CollectionAdvancedFindNotBetweenTest.java

public class CollectionAdvancedFindNotBetweenTest extends InstrumentationTestCase {

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

From source file com.jsonstore.CollectionMarkDirtyTest.java

public class CollectionMarkDirtyTest extends InstrumentationTestCase {

    public CollectionMarkDirtyTest() {
        super();
    }

From source file com.jsonstore.CollectionReplaceTest.java

public class CollectionReplaceTest extends InstrumentationTestCase {

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

From source file com.android.dialer.contactinfo.ContactPhotoLoaderTest.java

public class ContactPhotoLoaderTest extends InstrumentationTestCase {

    private Context mContext;

    @Override
    public void setUp() {