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

android.test.InstrumentationTestSuite 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 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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy