android.test.InstrumentationTestCase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-test Show documentation
Show all versions of android-test Show documentation
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!"); }
}