All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.test.InstrumentationTestCase Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for testing Applications written for the Google Android Platform.

The newest version!
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 launchActivity(java.lang.String pkg, java.lang.Class activityCls, android.os.Bundle extras) { throw new RuntimeException("Stub!"); }
@java.lang.SuppressWarnings(value={"unchecked"})
public final  T launchActivityWithIntent(java.lang.String pkg, java.lang.Class 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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy