Java android.test ActivityInstrumentationTestCase2 fields, constructors, methods, implement or subclass

Example usage for Java android.test ActivityInstrumentationTestCase2 fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.test ActivityInstrumentationTestCase2.

The text is from its open source code.

Subclass

android.test.ActivityInstrumentationTestCase2 has subclasses.
Click this link to see all its subclasses.

Method

TgetActivity()
Get the Activity under test, starting it if necessary.
voidsetActivityInitialTouchMode(boolean initialTouchMode)
Call this method before the first call to #getActivity to set the initial touch mode for the Activity under test.