android.test.suitebuilder.TestMethod 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.suitebuilder;
public class TestMethod
{
public TestMethod(java.lang.reflect.Method method, java.lang.Class extends junit.framework.TestCase> enclosingClass) { throw new RuntimeException("Stub!"); }
public TestMethod(java.lang.String methodName, java.lang.Class extends junit.framework.TestCase> 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 extends junit.framework.TestCase> 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!"); }
}