Searched refs:findFirstMatchingUnverifiedInvocation (Results 1 – 2 of 2) sorted by relevance
14 …ort static org.mockito.internal.invocation.InvocationsFinder.findFirstMatchingUnverifiedInvocation;83 Invocation next = findFirstMatchingUnverifiedInvocation(invocations, wanted, context); in checkNumberOfInvocationsNonGreedy()
77 public static Invocation findFirstMatchingUnverifiedInvocation( in findFirstMatchingUnverifiedInvocation() method in InvocationsFinder