Searched refs:classObj (Results 1 – 2 of 2) sorted by relevance
463 protected static boolean hasJUnit4Annotation(Class<?> classObj) { in hasJUnit4Annotation() argument464 if (classObj.isAnnotationPresent(SuiteClasses.class)) { in hasJUnit4Annotation()467 if (classObj.isAnnotationPresent(RunWith.class)) { in hasJUnit4Annotation()
343 protected static boolean hasJUnit4Annotation(Class<?> classObj) { in hasJUnit4Annotation() argument344 if (classObj.isAnnotationPresent(SuiteClasses.class)) { in hasJUnit4Annotation()347 if (classObj.isAnnotationPresent(RunWith.class)) { in hasJUnit4Annotation()