Searched refs:testCaseClass (Results 1 – 4 of 4) sorted by relevance
81 private TestCase instantiateTest(Class testCaseClass, String testName) in instantiateTest() argument83 Constructor[] constructors = testCaseClass.getConstructors(); in instantiateTest()86 return instantiateTest(testCaseClass.getSuperclass(), testName); in instantiateTest()103 + testCaseClass.getName()); in instantiateTest()
78 private List<Method> getTestMethods(Class<? extends TestCase> testCaseClass) { in getTestMethods() argument79 List<Method> methods = Arrays.asList(testCaseClass.getMethods()); in getTestMethods()
65 protected void scrubClass(final Class<?> testCaseClass) in scrubClass() argument70 if (testCaseClass.isAssignableFrom(fieldClass) && !field.getType().isPrimitive() in scrubClass()
163 protected void scrubClass(final Class<?> testCaseClass) in scrubClass() argument