File
Doc
Category
Size
Date
Package
TestMethod.java
API Doc
Android 5.1 API
1387
Sat Mar 14 14:09:36 GMT 2015
android.test.suitebuilder
TestMethod
java.lang.Object
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.TestCase
createTest
()
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
o)
throw new RuntimeException("Stub!");
public
T
getAnnotation
(
java.lang.Class
annotationClass)
throw new RuntimeException("Stub!");
public
java.lang.Class
getEnclosingClass
()
throw new RuntimeException("Stub!");
public
java.lang.String
getEnclosingClassname
()
throw new RuntimeException("Stub!");
public
java.lang.String
getName
()
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
Java Code Source