Searched refs:hasJUnit4Annotation (Results 1 – 1 of 1) sorted by relevance
401 } else if (hasJUnit4Annotation(classObj)) { in countTestCases()624 } else if (hasJUnit4Annotation(classObj)) { in runTestClasses()923 } else if (hasJUnit4Annotation(classObj)) { in getTestMethods()1040 || hasJUnit4Annotation(cls)) in getClasses()1231 protected boolean hasJUnit4Annotation(Class<?> classObj) { in hasJUnit4Annotation() method in HostTest