Searched refs:cAnnot (Results 1 – 1 of 1) sorted by relevance
560 for (AnnotationDesc cAnnot : annotations) { in getTestMethods()562 AnnotationTypeDoc atype = cAnnot.annotationType(); in getTestMethods()564 controller = getAnnotationDescription(cAnnot); in getTestMethods()566 knownFailure = getAnnotationDescription(cAnnot); in getTestMethods()596 String getAnnotationDescription(AnnotationDesc cAnnot) { in getAnnotationDescription() argument597 ElementValuePair[] cpairs = cAnnot.elementValues(); in getAnnotationDescription()