Searched refs:extraInterfacesCannotContainMockedType (Results 1 – 2 of 2) sorted by relevance
8 import static org.mockito.internal.exceptions.Reporter.extraInterfacesCannotContainMockedType;35 throw extraInterfacesCannotContainMockedType(classToMock); in validateExtraInterfaces()
569 public static MockitoException extraInterfacesCannotContainMockedType(Class<?> wrongType) { in extraInterfacesCannotContainMockedType() method in Reporter