Example usage for android.test LoaderTestCase subclass-usage

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

Introduction

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

Usage

From source file com.android.contacts.common.model.ContactLoaderTest.java

/**
 * Runs ContactLoader tests for the the contact-detail and editor view.
 */
@LargeTest
public class ContactLoaderTest extends LoaderTestCase {
    private static final long CONTACT_ID = 1;