Home
last modified time | relevance | path

Searched refs:AnnotatedElementTestSupport (Results 1 – 13 of 13) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DClassTest.java22 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationA;
23 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationB;
24 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Container;
25 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
27 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.EXPECT_EMPTY;
28 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.checkAnnotatedEleme…
29 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.checkAnnotatedEleme…
30 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.assertGetDeclaredAn…
31 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.assertIsAnnotationP…
156 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType( in testGetDeclaredAnnotationsByType()
[all …]
DAnnotatedElementParameterTest.java26 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationA;
27 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationB;
28 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationC;
29 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationD;
30 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Container;
31 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
33 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.EXPECT_EMPTY;
34 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.assertGetDeclaredAn…
35 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.assertIsAnnotationP…
36 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.checkAnnotatedEleme…
[all …]
DFieldTest.java23 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationA;
24 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationD;
25 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Container;
26 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
28 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.EXPECT_EMPTY;
29 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.checkAnnotatedEleme…
30 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.assertGetDeclaredAn…
31 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.assertIsAnnotationP…
126 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType( in assertGetDeclaredAnnotationsByType()
158 AnnotatedElementTestSupport.assertGetAnnotationsByType( in assertGetAnnotationsByType()
DMethodTest.java23 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationB;
24 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationC;
25 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Container;
26 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
28 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.EXPECT_EMPTY;
29 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.checkAnnotatedEleme…
30 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.assertGetDeclaredAn…
31 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.assertIsAnnotationP…
126 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType( in assertGetDeclaredAnnotationsByType()
158 AnnotatedElementTestSupport.assertGetAnnotationsByType( in assertGetAnnotationsByType()
DConstructorTest.java23 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationA;
24 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationC;
25 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Container;
26 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
28 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.EXPECT_EMPTY;
29 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.checkAnnotatedEleme…
30 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.assertGetDeclaredAn…
31 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.assertIsAnnotationP…
122 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType( in assertGetDeclaredAnnotationsByType()
148 AnnotatedElementTestSupport.assertGetAnnotationsByType( in assertGetAnnotationsByType()
DPackageTest.java22 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Container;
23 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
30 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.EXPECT_EMPTY;
31 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.assertGetDeclaredAn…
32 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.assertIsAnnotationP…
96 AnnotatedElementTestSupport.assertGetDeclaredAnnotationsByType( in assertGetDeclaredAnnotationsByType()
126 AnnotatedElementTestSupport.assertGetAnnotationsByType( in assertGetAnnotationsByType()
DExecutableParameterTest.java27 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationA;
28 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationB;
29 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationC;
30 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationD;
31 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Container;
32 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
34 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.EXPECT_EMPTY;
35 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.annotationsToTypes;
36 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.assertAnnotationsMa…
37 import static libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.set;
DAnnotationsTest.java22 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationA;
23 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.AnnotationB;
DAnnotatedElementTestSupport.java49 public class AnnotatedElementTestSupport { class
87 private AnnotatedElementTestSupport() { in AnnotatedElementTestSupport() method in AnnotatedElementTestSupport
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/multipleannotationexplicitsingle/
Dpackage-info.java23 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Container;
24 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/multipleannotationoddity/
Dpackage-info.java24 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Container;
25 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/singleannotation/
Dpackage-info.java23 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/multipleannotation/
Dpackage-info.java24 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;