Searched refs:cAnnot (Results 1 – 1 of 1) sorted by relevance
541 for (AnnotationDesc cAnnot : annotations) { in getTestMethods()543 AnnotationTypeDoc atype = cAnnot.annotationType(); in getTestMethods()545 controller = getAnnotationDescription(cAnnot); in getTestMethods()547 knownFailure = getAnnotationDescription(cAnnot); in getTestMethods()573 String getAnnotationDescription(AnnotationDesc cAnnot) { in getAnnotationDescription() argument574 ElementValuePair[] cpairs = cAnnot.elementValues(); in getAnnotationDescription()