Searched refs:moreThanOneAnnotationNotAllowed (Results 1 – 2 of 2) sorted by relevance
17 import static org.mockito.internal.exceptions.Reporter.moreThanOneAnnotationNotAllowed;79 throw moreThanOneAnnotationNotAllowed(field.getName());
632 public static MockitoException moreThanOneAnnotationNotAllowed(String fieldName) { in moreThanOneAnnotationNotAllowed() method in Reporter