Searched refs:extraInterfacesAcceptsOnlyInterfaces (Results 1 – 2 of 2) sorted by relevance
28 import static org.mockito.internal.exceptions.Reporter.extraInterfacesAcceptsOnlyInterfaces;64 throw extraInterfacesAcceptsOnlyInterfaces(i); in extraInterfaces()
581 public static MockitoException extraInterfacesAcceptsOnlyInterfaces(Class<?> wrongType) { in extraInterfacesAcceptsOnlyInterfaces() method in Reporter