Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DAccessibleObjectTest.java160 Set<Class<?>> ignoreOrder = new HashSet<Class<?>>(); in test_getAnnotations() local
161 ignoreOrder.add(annotations[0].annotationType()); in test_getAnnotations()
162 ignoreOrder.add(annotations[1].annotationType()); in test_getAnnotations()
165 ignoreOrder.contains(AnnotationRuntime0.class)); in test_getAnnotations()
167 ignoreOrder.contains(AnnotationRuntime1.class)); in test_getAnnotations()
175 Set<Class<?>> ignoreOrder = new HashSet<Class<?>>(); in test_getDeclaredAnnotations() local
176 ignoreOrder.add(annotations[0].annotationType()); in test_getDeclaredAnnotations()
177 ignoreOrder.add(annotations[1].annotationType()); in test_getDeclaredAnnotations()
180 ignoreOrder.contains(AnnotationRuntime0.class)); in test_getDeclaredAnnotations()
182 ignoreOrder.contains(AnnotationRuntime1.class)); in test_getDeclaredAnnotations()
DConstructorTest.java114 Set<Class<?>> ignoreOrder = new HashSet<Class<?>>(); in test_getParameterAnnotations() local
115 ignoreOrder.add(paramAnnotations[0][0].annotationType()); in test_getParameterAnnotations()
116 ignoreOrder.add(paramAnnotations[0][1].annotationType()); in test_getParameterAnnotations()
118 assertTrue("Missing ConstructorTestAnnotationRuntime0", ignoreOrder in test_getParameterAnnotations()
120 assertTrue("Missing ConstructorTestAnnotationRuntime1", ignoreOrder in test_getParameterAnnotations()
131 Set<Class<?>> ignoreOrder = new HashSet<Class<?>>(); in test_getDeclaredAnnotations() local
132 ignoreOrder.add(annotations[0].annotationType()); in test_getDeclaredAnnotations()
133 ignoreOrder.add(annotations[1].annotationType()); in test_getDeclaredAnnotations()
135 assertTrue("Missing ConstructorTestAnnotationRuntime0", ignoreOrder in test_getDeclaredAnnotations()
137 assertTrue("Missing ConstructorTestAnnotationRuntime1", ignoreOrder in test_getDeclaredAnnotations()
DFieldTest.java1535 Set<Class<?>> ignoreOrder = new HashSet<Class<?>>(); in test_getDeclaredAnnotations() local
1536 ignoreOrder.add(annotations[0].annotationType()); in test_getDeclaredAnnotations()
1537 ignoreOrder.add(annotations[1].annotationType()); in test_getDeclaredAnnotations()
1539 assertTrue("Missing @AnnotationRuntime0", ignoreOrder in test_getDeclaredAnnotations()
1541 assertTrue("Missing @AnnotationRuntime1", ignoreOrder in test_getDeclaredAnnotations()