Searched refs:mAnnotations (Results 1 – 3 of 3) sorted by relevance
29 private final Annotation[] mAnnotations; field in DynamicParameterizedAnnotation33 mAnnotations = Arrays.stream(annotations).filter(Objects::nonNull) in DynamicParameterizedAnnotation()44 return mAnnotations; in annotations()58 return Objects.equals(mName, that.mName) && Arrays.equals(mAnnotations, in equals()59 that.mAnnotations); in equals()65 result = 31 * result + Arrays.hashCode(mAnnotations); in hashCode()72 + Arrays.toString(mAnnotations) + ")"; in toString()
49 private Annotation[] mAnnotations; field in BedsteadFrameworkMethod108 mAnnotations = annotations.toArray(new Annotation[0]); in calculateAnnotations()148 return mAnnotations; in getAnnotations()
33 private final List<ClassProfile> mAnnotations = new ArrayList<>(); field in AnnotationManagement43 return mAnnotations; in getAnnotations()65 mAnnotations.add(classProfile); in addAnnotation()73 for (ClassProfile annotation : mAnnotations) { in resolveNestedTestMetadata()