Lines Matching refs:AnnotationTestFixture
176 printMethodAnnotationsByType(Calendar.class, "singleUser", AnnotationTestFixture.class); in testMethodAnnotationsByType()
177 printMethodAnnotationsByType(Calendars.class, "singleUser", AnnotationTestFixture.class); in testMethodAnnotationsByType()
179 printMethodAnnotationsByType(Calendar.class, "user", AnnotationTestFixture.class); in testMethodAnnotationsByType()
180 printMethodAnnotationsByType(Calendars.class, "user", AnnotationTestFixture.class); in testMethodAnnotationsByType()
182 printMethodAnnotationsByType(Calendar.class, "user2", AnnotationTestFixture.class); in testMethodAnnotationsByType()
183 printMethodAnnotationsByType(Calendars.class, "user2", AnnotationTestFixture.class); in testMethodAnnotationsByType()
185 printMethodAnnotationsByType(Calendar.class, "userComplex", AnnotationTestFixture.class); in testMethodAnnotationsByType()
186 printMethodAnnotationsByType(Calendars.class, "userComplex", AnnotationTestFixture.class); in testMethodAnnotationsByType()
216 printMethodDeclaredAnnotation(Calendar.class, "singleUser", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
217 printMethodDeclaredAnnotation(Calendars.class, "singleUser", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
219 printMethodDeclaredAnnotation(Calendar.class, "user", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
220 printMethodDeclaredAnnotation(Calendars.class, "user", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
222 printMethodDeclaredAnnotation(Calendar.class, "user2", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
223 printMethodDeclaredAnnotation(Calendars.class, "user2", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
225 printMethodDeclaredAnnotation(Calendar.class, "userComplex", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
226 printMethodDeclaredAnnotation(Calendars.class, "userComplex", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
256 printMethodDeclaredAnnotationByType(Calendar.class, "singleUser", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
257 printMethodDeclaredAnnotationByType(Calendars.class, "singleUser", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
259 printMethodDeclaredAnnotationByType(Calendar.class, "user", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
260 printMethodDeclaredAnnotationByType(Calendars.class, "user", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
262 printMethodDeclaredAnnotationByType(Calendar.class, "user2", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
263 printMethodDeclaredAnnotationByType(Calendars.class, "user2", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
265 printMethodDeclaredAnnotationByType(Calendar.class, "userComplex", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
267 AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()