Searched refs:enclosingClass (Results 1 – 1 of 1) 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()