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

android.test.suitebuilder.TestMethod 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.suitebuilder;
public class TestMethod
{
public  TestMethod(java.lang.reflect.Method method, java.lang.Class enclosingClass) { throw new RuntimeException("Stub!"); }
public  TestMethod(java.lang.String methodName, java.lang.Class enclosingClass) { throw new RuntimeException("Stub!"); }
public  TestMethod(junit.framework.TestCase testCase) { throw new RuntimeException("Stub!"); }
public  java.lang.String getName() { throw new RuntimeException("Stub!"); }
public  java.lang.String getEnclosingClassname() { throw new RuntimeException("Stub!"); }
public  T getAnnotation(java.lang.Class annotationClass) { throw new RuntimeException("Stub!"); }
@java.lang.SuppressWarnings(value={"unchecked"})
public  java.lang.Class getEnclosingClass() { throw new RuntimeException("Stub!"); }
public  junit.framework.TestCase createTest() throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException, java.lang.InstantiationException { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object o) { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy