Searched refs:enclosingClass (Results 1 – 3 of 3) sorted by relevance
34 private final Class<? extends TestCase> enclosingClass; field in TestMethod36 public TestMethod(Method method, Class<? extends TestCase> enclosingClass) { in TestMethod() argument37 this(method.getName(), enclosingClass); in TestMethod()40 public TestMethod(String methodName, Class<? extends TestCase> enclosingClass) { in TestMethod() argument41 this.enclosingClass = enclosingClass; in TestMethod()42 this.enclosingClassname = enclosingClass.getName(); in TestMethod()68 return enclosingClass; in getEnclosingClass()73 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/ ...