android.test.InstrumentationTestSuite 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 InstrumentationTestSuite
extends junit.framework.TestSuite
{
public InstrumentationTestSuite(android.app.Instrumentation instr) { throw new RuntimeException("Stub!"); }
public InstrumentationTestSuite(java.lang.String name, android.app.Instrumentation instr) { throw new RuntimeException("Stub!"); }
public InstrumentationTestSuite(java.lang.Class theClass, android.app.Instrumentation instr) { throw new RuntimeException("Stub!"); }
public void addTestSuite(java.lang.Class testClass) { throw new RuntimeException("Stub!"); }
public void runTest(junit.framework.Test test, junit.framework.TestResult result) { throw new RuntimeException("Stub!"); }
}