Searched refs:matchingInvocations (Results 1 – 1 of 1) sorted by relevance
23 Set<Invocation> matchingInvocations = mismatches.get(stubbing); in add() local24 if (matchingInvocations == null) { in add()25 matchingInvocations = new LinkedHashSet<Invocation>(); in add()26 mismatches.put(stubbing, matchingInvocations); in add()28 matchingInvocations.add(invocation); in add()