Searched refs:fieldsForAnnotations (Results 1 – 1 of 1) sorted by relevance
37 private final Map<Class<? extends Annotation>, List<FrameworkField>> fieldsForAnnotations; field in TestClass54 Map<Class<? extends Annotation>, List<FrameworkField>> fieldsForAnnotations = in TestClass() local57 scanAnnotatedMembers(methodsForAnnotations, fieldsForAnnotations); in TestClass()60 this.fieldsForAnnotations = makeDeeplyUnmodifiable(fieldsForAnnotations); in TestClass()63 …thodsForAnnotations, Map<Class<? extends Annotation>, List<FrameworkField>> fieldsForAnnotations) { in scanAnnotatedMembers() argument71 addToAnnotationLists(new FrameworkField(eachField), fieldsForAnnotations); in scanAnnotatedMembers()136 return collectValues(fieldsForAnnotations); in getAnnotatedFields()145 …return Collections.unmodifiableList(getAnnotatedMembers(fieldsForAnnotations, annotationClass, fal… in getAnnotatedFields()