Searched refs:ignoreOrder (Results 1 – 3 of 3) sorted by relevance
160 Set<Class<?>> ignoreOrder = new HashSet<Class<?>>(); in test_getAnnotations() local161 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() local176 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()
114 Set<Class<?>> ignoreOrder = new HashSet<Class<?>>(); in test_getParameterAnnotations() local115 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() local132 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()
1535 Set<Class<?>> ignoreOrder = new HashSet<Class<?>>(); in test_getDeclaredAnnotations() local1536 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()