Uses of Class
android.test.InstrumentationTestCase

Packages that use InstrumentationTestCase
android.test   
 

Uses of InstrumentationTestCase in android.test
 

Subclasses of InstrumentationTestCase in android.test
 class ActivityInstrumentationTestCase<T extends Activity>
          Deprecated. 
 class ActivityInstrumentationTestCase2<T extends Activity>
           
 class ActivityTestCase
           
 class ActivityUnitTestCase<T extends Activity>
           
 class ProviderTestCase<T extends ContentProvider>
          Deprecated. 
 class SingleLaunchActivityTestCase<T extends Activity>
           
 class SyncBaseInstrumentation
           
 

Methods in android.test with parameters of type InstrumentationTestCase
static void TouchUtils.clickView(InstrumentationTestCase test, android.view.View v)
           
static void TouchUtils.drag(InstrumentationTestCase test, float fromX, float toX, float fromY, float toY, int stepCount)
           
static void TouchUtils.dragQuarterScreenDown(InstrumentationTestCase test, android.app.Activity activity)
           
static void TouchUtils.dragQuarterScreenUp(InstrumentationTestCase test, android.app.Activity activity)
           
static int TouchUtils.dragViewBy(InstrumentationTestCase test, android.view.View v, int gravity, int deltaX, int deltaY)
           
static int TouchUtils.dragViewTo(InstrumentationTestCase test, android.view.View v, int gravity, int toX, int toY)
           
static void TouchUtils.dragViewToBottom(InstrumentationTestCase test, android.app.Activity activity, android.view.View v)
           
static void TouchUtils.dragViewToBottom(InstrumentationTestCase test, android.app.Activity activity, android.view.View v, int stepCount)
           
static void TouchUtils.dragViewToTop(InstrumentationTestCase test, android.view.View v)
           
static void TouchUtils.dragViewToTop(InstrumentationTestCase test, android.view.View v, int stepCount)
           
static int TouchUtils.dragViewToX(InstrumentationTestCase test, android.view.View v, int gravity, int toX)
           
static int TouchUtils.dragViewToY(InstrumentationTestCase test, android.view.View v, int gravity, int toY)
           
static void TouchUtils.longClickView(InstrumentationTestCase test, android.view.View v)
           
static void TouchUtils.scrollToBottom(InstrumentationTestCase test, android.app.Activity activity, android.view.ViewGroup v)
           
static void TouchUtils.scrollToTop(InstrumentationTestCase test, android.app.Activity activity, android.view.ViewGroup v)
           
static void TouchUtils.tapView(InstrumentationTestCase test, android.view.View v)
           
static void TouchUtils.touchAndCancelView(InstrumentationTestCase test, android.view.View v)
           
 



Copyright © 2008-2011. All Rights Reserved.