Home
last modified time | relevance | path

Searched refs:AnnotationTestFixture (Results 1 – 2 of 2) sorted by relevance

/art/test/048-reflect-v8/src/
DAnnotationTest.java176 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()
[all …]
DAnnotationTestFixture.java17 public class AnnotationTestFixture { class