Searched refs:argMismatchStubbings (Results 1 – 2 of 2) sorted by relevance
44 …List<Invocation> argMismatchStubbings = potentialArgMismatches(event.getInvocation(), event.getAll… in onStubbingLookup() local45 if (!argMismatchStubbings.isEmpty()) { in onStubbingLookup()47 Reporter.potentialStubbingProblem(event.getInvocation(), argMismatchStubbings); in onStubbingLookup() local
879 Invocation actualInvocation, Collection<Invocation> argMismatchStubbings) { in potentialStubbingProblem() argument882 for (Invocation s : argMismatchStubbings) { in potentialStubbingProblem()