FileDocCategorySizeDatePackage
InstrumentationTestCase.javaAPI DocAndroid 5.1 API1532Sat Mar 14 14:09:42 GMT 2015android.test

InstrumentationTestCase.java

package android.test;
public class InstrumentationTestCase
  extends junit.framework.TestCase
{
public  InstrumentationTestCase() { throw new RuntimeException("Stub!"); }
public  void injectInstrumentation(android.app.Instrumentation instrumentation) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public  void injectInsrumentation(android.app.Instrumentation instrumentation) { throw new RuntimeException("Stub!"); }
public  android.app.Instrumentation getInstrumentation() { throw new RuntimeException("Stub!"); }
public final <T extends android.app.Activity> T launchActivity(java.lang.String pkg, java.lang.Class<T> activityCls, android.os.Bundle extras) { throw new RuntimeException("Stub!"); }
@java.lang.SuppressWarnings(value={"unchecked"})
public final <T extends android.app.Activity> T launchActivityWithIntent(java.lang.String pkg, java.lang.Class<T> activityCls, android.content.Intent intent) { throw new RuntimeException("Stub!"); }
public  void runTestOnUiThread(java.lang.Runnable r) throws java.lang.Throwable { throw new RuntimeException("Stub!"); }
protected  void runTest() throws java.lang.Throwable { throw new RuntimeException("Stub!"); }
public  void sendKeys(java.lang.String keysSequence) { throw new RuntimeException("Stub!"); }
public  void sendKeys(int... keys) { throw new RuntimeException("Stub!"); }
public  void sendRepeatedKeys(int... keys) { throw new RuntimeException("Stub!"); }
protected  void tearDown() throws java.lang.Exception { throw new RuntimeException("Stub!"); }
}