Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DPackageTest.java94 String... expectedAnnotationStrings) throws Exception { in assertGetDeclaredAnnotationsByType()
124 String... expectedAnnotationStrings) throws Exception { in assertGetAnnotationsByType()
DFieldTest.java124 String... expectedAnnotationStrings) throws Exception { in assertGetDeclaredAnnotationsByType()
156 String fieldName, String... expectedAnnotationStrings) throws Exception { in assertGetAnnotationsByType()
DMethodTest.java124 String... expectedAnnotationStrings) throws Exception { in assertGetDeclaredAnnotationsByType()
156 String methodName, String... expectedAnnotationStrings) throws Exception { in assertGetAnnotationsByType()
DAnnotatedElementTestSupport.java227 String[] expectedAnnotationStrings) { in assertGetDeclaredAnnotationsByType()
238 Class<? extends Annotation> annotationType, String[] expectedAnnotationStrings) in assertGetAnnotationsByType()
259 String[] expectedAnnotationStrings) { in assertAnnotationsMatch()
DConstructorTest.java120 String... expectedAnnotationStrings) throws Exception { in assertGetDeclaredAnnotationsByType()
146 String... expectedAnnotationStrings) throws Exception { in assertGetAnnotationsByType()
DAnnotatedElementParameterTest.java357 String... expectedAnnotationStrings) throws Exception { in checkParameter0GetDeclaredAnnotationsByType()
437 String... expectedAnnotationStrings) throws Exception { in checkParameter0GetAnnotationsByType()
DExecutableParameterTest.java286 Executable executable, String... expectedAnnotationStrings) throws Exception { in assertOnlyParameterAnnotations()