Searched refs:createAnnotationTestString (Results 1 – 1 of 1) sorted by relevance
250 assertEquals(expectedAnnotationString, createAnnotationTestString(annotation)); in assertAnnotationMatches()289 annotationStrings[i] = createAnnotationTestString(annotations[i]); in createAnnotationTestStrings()294 private static String createAnnotationTestString(Annotation annotation) { in createAnnotationTestString() method in AnnotatedElementTestSupport