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

  /libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
ClassTest.java 156 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
158 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
160 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
162 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
164 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
167 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
169 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
172 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
175 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
178 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
    [all...]
FieldTest.java 102 assertGetDeclaredAnnotationsByType(c, repeated, "noAnnotation", EXPECT_EMPTY);
103 assertGetDeclaredAnnotationsByType(c, repeated, "multipleAnnotationOddity",
105 assertGetDeclaredAnnotationsByType(c, repeated, "multipleAnnotationExplicitSingle",
107 assertGetDeclaredAnnotationsByType(c, repeated, "multipleAnnotation",
109 assertGetDeclaredAnnotationsByType(c, repeated, "singleAnnotation", "@Repeated(1)");
112 assertGetDeclaredAnnotationsByType(c, container, "noAnnotation", EXPECT_EMPTY);
113 assertGetDeclaredAnnotationsByType(c, container, "multipleAnnotationOddity",
115 assertGetDeclaredAnnotationsByType(c, container, "multipleAnnotationExplicitSingle",
117 assertGetDeclaredAnnotationsByType(c, container, "multipleAnnotation",
119 assertGetDeclaredAnnotationsByType(c, container, "singleAnnotation", EXPECT_EMPTY)
    [all...]
MethodTest.java 102 assertGetDeclaredAnnotationsByType(c, repeated, "noAnnotation", EXPECT_EMPTY);
103 assertGetDeclaredAnnotationsByType(c, repeated, "multipleAnnotationOddity",
105 assertGetDeclaredAnnotationsByType(c, repeated, "multipleAnnotationExplicitSingle",
107 assertGetDeclaredAnnotationsByType(c, repeated, "multipleAnnotation",
109 assertGetDeclaredAnnotationsByType(c, repeated, "singleAnnotation", "@Repeated(1)");
112 assertGetDeclaredAnnotationsByType(c, container, "noAnnotation", EXPECT_EMPTY);
113 assertGetDeclaredAnnotationsByType(c, container, "multipleAnnotationOddity",
115 assertGetDeclaredAnnotationsByType(c, container, "multipleAnnotationExplicitSingle",
117 assertGetDeclaredAnnotationsByType(c, container, "multipleAnnotation",
119 assertGetDeclaredAnnotationsByType(c, container, "singleAnnotation", EXPECT_EMPTY)
    [all...]
PackageTest.java 71 assertGetDeclaredAnnotationsByType(NoAnnotation.class, repeated, EXPECT_EMPTY);
72 assertGetDeclaredAnnotationsByType(SingleAnnotation.class, repeated,
74 assertGetDeclaredAnnotationsByType(MultipleAnnotation.class, repeated,
76 assertGetDeclaredAnnotationsByType(MultipleAnnotationExplicitSingle.class, repeated,
78 assertGetDeclaredAnnotationsByType(MultipleAnnotationOddity.class, repeated,
82 assertGetDeclaredAnnotationsByType(NoAnnotation.class, container, EXPECT_EMPTY);
83 assertGetDeclaredAnnotationsByType(SingleAnnotation.class, container, EXPECT_EMPTY);
84 assertGetDeclaredAnnotationsByType(MultipleAnnotation.class, container,
86 assertGetDeclaredAnnotationsByType(MultipleAnnotationExplicitSingle.class, container,
88 assertGetDeclaredAnnotationsByType(MultipleAnnotationOddity.class, container
    [all...]
ConstructorTest.java 101 assertGetDeclaredAnnotationsByType(c, 4, repeated, EXPECT_EMPTY);
102 assertGetDeclaredAnnotationsByType(c, 3, repeated,
104 assertGetDeclaredAnnotationsByType(c, 2, repeated, "@Repeated(1)");
105 assertGetDeclaredAnnotationsByType(c, 1, repeated, "@Repeated(1)", "@Repeated(2)");
106 assertGetDeclaredAnnotationsByType(c, 0, repeated, "@Repeated(1)");
109 assertGetDeclaredAnnotationsByType(c, 4, container, EXPECT_EMPTY);
110 assertGetDeclaredAnnotationsByType(c, 3, container,
112 assertGetDeclaredAnnotationsByType(c, 2, container, "@Container({@Repeated(1)})");
113 assertGetDeclaredAnnotationsByType(c, 1, container,
115 assertGetDeclaredAnnotationsByType(c, 0, container, EXPECT_EMPTY)
    [all...]
AnnotatedElementParameterTest.java 359 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
464 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
474 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
506 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
516 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
541 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType(
AnnotatedElementTestSupport.java 225 static void assertGetDeclaredAnnotationsByType(

Completed in 588 milliseconds