Searched refs:expectedAnnotationStrings (Results 1 – 7 of 7) sorted by relevance
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/ |
D | AnnotatedElementTestSupport.java | 227 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()
|
D | PackageTest.java | 94 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()
|
D | FieldTest.java | 124 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()
|
D | MethodTest.java | 124 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()
|
D | ConstructorTest.java | 120 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()
|
D | AnnotatedElementParameterTest.java | 357 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()
|
D | ExecutableParameterTest.java | 286 Executable executable, String... expectedAnnotationStrings) throws Exception { in assertOnlyParameterAnnotations() argument 290 assertAnnotationsMatch(p0Annotations, expectedAnnotationStrings); in assertOnlyParameterAnnotations()
|