Searched refs:countAnnotation (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/test/java/lang/annotation/repeatingAnnotations/
H A DRepeatedUnitTest.java83 check(1 == countAnnotation(e, NonRepeated.class));
94 check(2 == countAnnotation(e, Containee.class));
108 check(1 == countAnnotation(e, Container.class));
115 check(0 == countAnnotation(e, Containee.class));
116 check(4 == countAnnotation(e, InheritedContainee.class));
117 check(0 == countAnnotation(e, Container.class));
118 check(1 == countAnnotation(e, InheritedContainer.class));
125 check(4 == countAnnotation(e, Containee.class));
126 check(4 == countAnnotation(e, InheritedContainee.class));
127 check(1 == countAnnotation(
219 static int countAnnotation(AnnotatedElement e, Class<? extends Annotation> c) { method in class:RepeatedUnitTest
[all...]

Completed in 34 milliseconds