Searched refs:argumentsAreDifferent (Results 1 – 2 of 2) sorted by relevance
8 import static org.mockito.internal.exceptions.Reporter.argumentsAreDifferent;43 …throw argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocatio… in checkMissingInvocation()
303 …public static AssertionError argumentsAreDifferent(String wanted, String actual, Location actualLo… in argumentsAreDifferent() method in Reporter