Searched refs:testCaseClass (Results 1 – 4 of 4) sorted by relevance
77 private TestCase instantiateTest(Class testCaseClass, String testName) in instantiateTest() argument79 Constructor[] constructors = testCaseClass.getConstructors(); in instantiateTest()82 return instantiateTest(testCaseClass.getSuperclass(), testName); in instantiateTest()99 + testCaseClass.getName()); in instantiateTest()
80 protected List<Method> getTestMethods(Class<? extends TestCase> testCaseClass) { in getTestMethods() argument81 List<Method> methods = Arrays.asList(testCaseClass.getMethods()); in getTestMethods()
61 protected void scrubClass(final Class<?> testCaseClass) in scrubClass() argument66 if (testCaseClass.isAssignableFrom(fieldClass) && !field.getType().isPrimitive() in scrubClass()
156 protected void scrubClass(final Class<?> testCaseClass) in scrubClass() argument