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