Searched refs:hasJUnit4Annotation (Results 1 – 2 of 2) sorted by relevance
87 } else if (hasJUnit4Annotation(testClass)) { in loadTests()105 private boolean hasJUnit4Annotation(Class<?> classObj) { in hasJUnit4Annotation() method in TestLoader
313 } else if (hasJUnit4Annotation(classObj)) { in countTestCases()469 } else if (hasJUnit4Annotation(classObj)) { in runTestClasses()687 } else if (hasJUnit4Annotation(classObj)) { in getTestMethods()753 || hasJUnit4Annotation(cls)) in getClasses()883 protected boolean hasJUnit4Annotation(Class<?> classObj) { in hasJUnit4Annotation() method in HostTest