Searched refs:findFirstMatchingUnverifiedInvocation (Results 1 – 2 of 2) sorted by relevance
23 …ort static org.mockito.internal.invocation.InvocationsFinder.findFirstMatchingUnverifiedInvocation;71 Invocation next = findFirstMatchingUnverifiedInvocation(invocations, wanted, context ); in checkNumberOfInvocationsNonGreedy()
70 …public static Invocation findFirstMatchingUnverifiedInvocation(List<Invocation> invocations, Match… in findFirstMatchingUnverifiedInvocation() method in InvocationsFinder