Searched refs:enclosingClass (Results 1 – 3 of 3) sorted by relevance
38 private final Class<? extends TestCase> enclosingClass; field in TestMethod40 public TestMethod(Method method, Class<? extends TestCase> enclosingClass) { in TestMethod() argument41 this(method.getName(), enclosingClass); in TestMethod()44 public TestMethod(String methodName, Class<? extends TestCase> enclosingClass) { in TestMethod() argument45 this.enclosingClass = enclosingClass; in TestMethod()46 this.enclosingClassname = enclosingClass.getName(); in TestMethod()72 return enclosingClass; in getEnclosingClass()77 return instantiateTest(enclosingClass, testMethodName); in createTest()
1145 TypeElement enclosingClass = (TypeElement) method.getEnclosingElement(); in MethodDescription() local1146 this.type = enclosingClass.getQualifiedName().toString(); in MethodDescription()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...