Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotatedElementTestSupport.java227 String[] expectedAnnotationStrings) { in assertGetDeclaredAnnotationsByType() argument
229 assertAnnotationsMatch(annotations, expectedAnnotationStrings); in assertGetDeclaredAnnotationsByType()
238 Class<? extends Annotation> annotationType, String[] expectedAnnotationStrings) in assertGetAnnotationsByType() argument
241 assertAnnotationsMatch(annotations, expectedAnnotationStrings); in assertGetAnnotationsByType()
259 String[] expectedAnnotationStrings) { in assertAnnotationsMatch() argument
276 Arrays.sort(expectedAnnotationStrings); in assertAnnotationsMatch()
282 Arrays.asList(expectedAnnotationStrings), in assertAnnotationsMatch()
DPackageTest.java94 String... expectedAnnotationStrings) throws Exception { in assertGetDeclaredAnnotationsByType() argument
97 aPackage, annotationType, expectedAnnotationStrings); in assertGetDeclaredAnnotationsByType()
124 String... expectedAnnotationStrings) throws Exception { in assertGetAnnotationsByType() argument
127 aPackage, annotationType, expectedAnnotationStrings); in assertGetAnnotationsByType()
DFieldTest.java124 String... expectedAnnotationStrings) throws Exception { in assertGetDeclaredAnnotationsByType() argument
127 field, annotationType, expectedAnnotationStrings); in assertGetDeclaredAnnotationsByType()
156 String fieldName, String... expectedAnnotationStrings) throws Exception { in assertGetAnnotationsByType() argument
159 field, annotationType, expectedAnnotationStrings); in assertGetAnnotationsByType()
DMethodTest.java124 String... expectedAnnotationStrings) throws Exception { in assertGetDeclaredAnnotationsByType() argument
127 method, annotationType, expectedAnnotationStrings); in assertGetDeclaredAnnotationsByType()
156 String methodName, String... expectedAnnotationStrings) throws Exception { in assertGetAnnotationsByType() argument
159 method, annotationType, expectedAnnotationStrings); in assertGetAnnotationsByType()
DConstructorTest.java120 String... expectedAnnotationStrings) throws Exception { in assertGetDeclaredAnnotationsByType() argument
123 constructor, annotationType, expectedAnnotationStrings); in assertGetDeclaredAnnotationsByType()
146 String... expectedAnnotationStrings) throws Exception { in assertGetAnnotationsByType() argument
149 constructor, annotationType, expectedAnnotationStrings); in assertGetAnnotationsByType()
DAnnotatedElementParameterTest.java357 String... expectedAnnotationStrings) throws Exception { in checkParameter0GetDeclaredAnnotationsByType() argument
360 parameter, annotationType, expectedAnnotationStrings); in checkParameter0GetDeclaredAnnotationsByType()
437 String... expectedAnnotationStrings) throws Exception { in checkParameter0GetAnnotationsByType() argument
440 parameter, annotationType, expectedAnnotationStrings); in checkParameter0GetAnnotationsByType()
DExecutableParameterTest.java286 Executable executable, String... expectedAnnotationStrings) throws Exception { in assertOnlyParameterAnnotations() argument
290 assertAnnotationsMatch(p0Annotations, expectedAnnotationStrings); in assertOnlyParameterAnnotations()