Searched refs:hasSameMethod (Results 1 – 3 of 3) sorted by relevance
81 …return invocation.getMock().equals(candidate.getMock()) && hasSameMethod(candidate) && argumentsMa… in matches()101 if (hasSameMethod(candidate)) { in hasSimilarMethod()109 public boolean hasSameMethod(Invocation candidate) { in hasSameMethod() method in InvocationMatcher
88 if (wanted.hasSameMethod(invocation)) { in findSimilarInvocation()
62 boolean hasSameMethod(Invocation candidate); in hasSameMethod() method