Searched refs:allAnnotations (Results 1 – 5 of 5) sorted by relevance
154 Collection<? extends AnnotationInstanceInfo> allAnnotations) { in getAnnotationsIntersection() argument157 if (allAnnotations != null) { in getAnnotationsIntersection()158 for (AnnotationInstanceInfo info : allAnnotations) { in getAnnotationsIntersection()
1685 ArrayList<AnnotationInstanceInfo> allAnnotations = new ArrayList<AnnotationInstanceInfo>(); in getShowAnnotationsIncludeOuters() local1692 for (AnnotationInstanceInfo existingAii : allAnnotations) { in getShowAnnotationsIncludeOuters()1699 allAnnotations.add(newAii); in getShowAnnotationsIncludeOuters()1705 return allAnnotations; in getShowAnnotationsIncludeOuters()
23 public Annotation[] allAnnotations() { in allAnnotations() method in FrameworkMethodAnnotations
224 Class[] allAnnotations= AnnotationHelper.getAllAnnotations(); in isTestNGClass() local228 for(Class annotation : allAnnotations) { in isTestNGClass()
115 testClass, name(), frameworkMethodAnnotations.allAnnotations()); in describableFrameworkMethod()