Example usage for android.test ActivityInstrumentationTestCase2 subclass-usage

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

Introduction

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

Usage

From source file android.webkit.cts.WebViewTest.java

public class WebViewTest extends ActivityInstrumentationTestCase2<WebViewCtsActivity> {
    public static final long TEST_TIMEOUT = 20000L;
    private static final int INITIAL_PROGRESS = 100;
    private static final String X_REQUESTED_WITH = "X-Requested-With";
    private static final String PRINTER_TEST_FILE = "print.pdf";
    private static final String PDF_PREAMBLE = "%PDF-1";