FileDocCategorySizeDatePackage
TestMethod.javaAPI DocAndroid 5.1 API1387Sat Mar 14 14:09:36 GMT 2015android.test.suitebuilder

TestMethod.java

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 extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> 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!"); }
}