Home
last modified time | relevance | path

Searched refs:createAnnotationTestString (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotatedElementTestSupport.java250 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