Searched refs:unsupportedCombinationOfAnnotations (Results 1 – 3 of 3) sorted by relevance
11 import static org.mockito.internal.exceptions.Reporter.unsupportedCombinationOfAnnotations;65 …throw unsupportedCombinationOfAnnotations(annotation.getSimpleName(), InjectMocks.class.getSimpleN… in assertNoAnnotations()
24 import static org.mockito.internal.exceptions.Reporter.unsupportedCombinationOfAnnotations;142 throw unsupportedCombinationOfAnnotations(annotation.getSimpleName(), in assertNoIncompatibleAnnotations()
619 …public static MockitoException unsupportedCombinationOfAnnotations(String undesiredAnnotationOne, … in unsupportedCombinationOfAnnotations() method in Reporter