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

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
H A DPackageTest.java94 String... expectedAnnotationStrings) throws Exception {
97 aPackage, annotationType, expectedAnnotationStrings);
124 String... expectedAnnotationStrings) throws Exception {
127 aPackage, annotationType, expectedAnnotationStrings);
92 assertGetDeclaredAnnotationsByType( Class<?> classInPackage, Class<? extends Annotation> annotationType, String... expectedAnnotationStrings) argument
122 assertGetAnnotationsByType(Class<?> classInPackage, Class<? extends Annotation> annotationType, String... expectedAnnotationStrings) argument
H A DConstructorTest.java120 String... expectedAnnotationStrings) throws Exception {
123 constructor, annotationType, expectedAnnotationStrings);
146 String... expectedAnnotationStrings) throws Exception {
149 constructor, annotationType, expectedAnnotationStrings);
118 assertGetDeclaredAnnotationsByType(Class<?> c, int constructorArgCount, Class<? extends Annotation> annotationType, String... expectedAnnotationStrings) argument
144 assertGetAnnotationsByType(Class<?> c, int constructorArgCount, Class<? extends Annotation> annotationType, String... expectedAnnotationStrings) argument
H A DFieldTest.java124 String... expectedAnnotationStrings) throws Exception {
127 field, annotationType, expectedAnnotationStrings);
156 String fieldName, String... expectedAnnotationStrings) throws Exception {
159 field, annotationType, expectedAnnotationStrings);
122 assertGetDeclaredAnnotationsByType( Class<?> c, Class<? extends Annotation> annotationType, String fieldName, String... expectedAnnotationStrings) argument
154 assertGetAnnotationsByType( Class<?> c, Class<? extends Annotation> annotationType, String fieldName, String... expectedAnnotationStrings) argument
H A DMethodTest.java124 String... expectedAnnotationStrings) throws Exception {
127 method, annotationType, expectedAnnotationStrings);
156 String methodName, String... expectedAnnotationStrings) throws Exception {
159 method, annotationType, expectedAnnotationStrings);
122 assertGetDeclaredAnnotationsByType( Class<?> c, Class<? extends Annotation> annotationType, String methodName, String... expectedAnnotationStrings) argument
154 assertGetAnnotationsByType( Class<?> c, Class<? extends Annotation> annotationType, String methodName, String... expectedAnnotationStrings) argument
H A DAnnotatedElementParameterTest.java356 String... expectedAnnotationStrings) throws Exception {
359 parameter, annotationType, expectedAnnotationStrings);
436 String... expectedAnnotationStrings) throws Exception {
439 parameter, annotationType, expectedAnnotationStrings);
354 checkParameter0GetDeclaredAnnotationsByType( Executable executable, Class<? extends Annotation> annotationType, String... expectedAnnotationStrings) argument
434 checkParameter0GetAnnotationsByType( Executable executable, Class<? extends Annotation> annotationType, String... expectedAnnotationStrings) argument
H A DAnnotatedElementTestSupport.java82 * "String[] expectedAnnotationStrings" as their final argument to indicate "none".
226 String[] expectedAnnotationStrings) {
228 assertAnnotationsMatch(annotations, expectedAnnotationStrings);
237 Class<? extends Annotation> annotationType, String[] expectedAnnotationStrings)
240 assertAnnotationsMatch(annotations, expectedAnnotationStrings);
258 String[] expectedAnnotationStrings) {
275 Arrays.sort(expectedAnnotationStrings);
281 Arrays.asList(expectedAnnotationStrings),
224 assertGetDeclaredAnnotationsByType( AnnotatedElement annotatedElement, Class<? extends Annotation> annotationType, String[] expectedAnnotationStrings) argument
236 assertGetAnnotationsByType(AnnotatedElement annotatedElement, Class<? extends Annotation> annotationType, String[] expectedAnnotationStrings) argument
257 assertAnnotationsMatch(Annotation[] annotations, String[] expectedAnnotationStrings) argument
H A DExecutableParameterTest.java228 Executable executable, String... expectedAnnotationStrings) throws Exception {
234 assertAnnotationsMatch(p0Annotations, expectedAnnotationStrings);
227 assertParameter0Annotations( Executable executable, String... expectedAnnotationStrings) argument

Completed in 160 milliseconds