Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotatedElementTestSupport.java278 String[] actualAnnotationStrings = createAnnotationTestStrings(annotations); in assertAnnotationsMatch()
286 private static String[] createAnnotationTestStrings(Annotation[] annotations) { in createAnnotationTestStrings() method in AnnotatedElementTestSupport
305 String[] repeatedValues = createAnnotationTestStrings(container.value()); in createArgumentsTestString()