Searched refs:hasJUnit4Annotation (Results 1 – 2 of 2) sorted by relevance
361 } else if (hasJUnit4Annotation(classObj)) { in countTestCases()578 } else if (hasJUnit4Annotation(classObj)) { in runTestClasses()864 } else if (hasJUnit4Annotation(classObj)) { in getTestMethods()981 || hasJUnit4Annotation(cls)) in getClasses()1162 protected boolean hasJUnit4Annotation(Class<?> classObj) { in hasJUnit4Annotation() method in HostTest
91 } else if (hasJUnit4Annotation(testClass)) { in loadTests()109 private boolean hasJUnit4Annotation(Class<?> classObj) { in hasJUnit4Annotation() method in TestLoader