Lines Matching refs:Calendars

33     printAnnotationsByType(Calendars.class, SingleUser.class);  in testAnnotationsByType()
36 printAnnotationsByType(Calendars.class, User.class); in testAnnotationsByType()
39 printAnnotationsByType(Calendars.class, User2.class); in testAnnotationsByType()
48 printAnnotationsByType(Calendars.class, UserComplex.class); in testAnnotationsByType()
51 printAnnotationsByType(Calendars.class, UserSub.class); in testAnnotationsByType()
56 printAnnotationsByType(Calendars.class, UserSub2.class); in testAnnotationsByType()
77 printDeclaredAnnotation(SingleUser.class, Calendars.class); in testDeclaredAnnotation()
80 printDeclaredAnnotation(User.class, Calendars.class); in testDeclaredAnnotation()
83 printDeclaredAnnotation(UserComplex.class, Calendars.class); in testDeclaredAnnotation()
86 printDeclaredAnnotation(UserSub.class, Calendars.class); in testDeclaredAnnotation()
89 printDeclaredAnnotation(UserSub2.class, Calendars.class); in testDeclaredAnnotation()
103 printDeclaredAnnotationsByType(Calendars.class, SingleUser.class); in testDeclaredAnnotationsByType()
106 printDeclaredAnnotationsByType(Calendars.class, User.class); in testDeclaredAnnotationsByType()
109 printDeclaredAnnotationsByType(Calendars.class, User2.class); in testDeclaredAnnotationsByType()
112 printDeclaredAnnotationsByType(Calendars.class, UserComplex.class); in testDeclaredAnnotationsByType()
115 printDeclaredAnnotationsByType(Calendars.class, UserSub.class); in testDeclaredAnnotationsByType()
120 printDeclaredAnnotationsByType(Calendars.class, UserSub2.class); in testDeclaredAnnotationsByType()
177 printMethodAnnotationsByType(Calendars.class, "singleUser", AnnotationTestFixture.class); in testMethodAnnotationsByType()
180 printMethodAnnotationsByType(Calendars.class, "user", AnnotationTestFixture.class); in testMethodAnnotationsByType()
183 printMethodAnnotationsByType(Calendars.class, "user2", AnnotationTestFixture.class); in testMethodAnnotationsByType()
186 printMethodAnnotationsByType(Calendars.class, "userComplex", AnnotationTestFixture.class); in testMethodAnnotationsByType()
217 printMethodDeclaredAnnotation(Calendars.class, "singleUser", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
220 printMethodDeclaredAnnotation(Calendars.class, "user", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
223 printMethodDeclaredAnnotation(Calendars.class, "user2", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
226 printMethodDeclaredAnnotation(Calendars.class, "userComplex", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
257 printMethodDeclaredAnnotationByType(Calendars.class, "singleUser", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
260 printMethodDeclaredAnnotationByType(Calendars.class, "user", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
263 printMethodDeclaredAnnotationByType(Calendars.class, "user2", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
266 printMethodDeclaredAnnotationByType(Calendars.class, "userComplex", in testMethodDeclaredAnnotationsByType()