HomeSort by relevance Sort by last modified time
    Searched refs:ignoreOrder (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
AccessibleObjectTest.java 202 Set<Class<?>> ignoreOrder = new HashSet<Class<?>>();
203 ignoreOrder.add(annotations[0].annotationType());
204 ignoreOrder.add(annotations[1].annotationType());
207 ignoreOrder.contains(AnnotationRuntime0.class));
209 ignoreOrder.contains(AnnotationRuntime1.class));
223 Set<Class<?>> ignoreOrder = new HashSet<Class<?>>();
224 ignoreOrder.add(annotations[0].annotationType());
225 ignoreOrder.add(annotations[1].annotationType());
228 ignoreOrder.contains(AnnotationRuntime0.class));
230 ignoreOrder.contains(AnnotationRuntime1.class))
    [all...]
ConstructorTest.java 139 Set<Class<?>> ignoreOrder = new HashSet<Class<?>>();
140 ignoreOrder.add(paramAnnotations[0][0].annotationType());
141 ignoreOrder.add(paramAnnotations[0][1].annotationType());
143 assertTrue("Missing ConstructorTestAnnotationRuntime0", ignoreOrder
145 assertTrue("Missing ConstructorTestAnnotationRuntime1", ignoreOrder
165 Set<Class<?>> ignoreOrder = new HashSet<Class<?>>();
166 ignoreOrder.add(annotations[0].annotationType());
167 ignoreOrder.add(annotations[1].annotationType());
169 assertTrue("Missing ConstructorTestAnnotationRuntime0", ignoreOrder
171 assertTrue("Missing ConstructorTestAnnotationRuntime1", ignoreOrder
    [all...]
FieldTest.java     [all...]

Completed in 133 milliseconds