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

TestMethod

public class TestMethod extends Object

Fields Summary
Constructors Summary
public TestMethod(Method method, Class enclosingClass)

 throw new RuntimeException("Stub!"); 
public TestMethod(String methodName, Class enclosingClass)

 throw new RuntimeException("Stub!"); 
public TestMethod(TestCase testCase)

 throw new RuntimeException("Stub!"); 
Methods Summary
public junit.framework.TestCasecreateTest()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object o)

 throw new RuntimeException("Stub!"); 
public TgetAnnotation(java.lang.Class annotationClass)

 throw new RuntimeException("Stub!"); 
public java.lang.ClassgetEnclosingClass()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetEnclosingClassname()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetName()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");