Searched refs:countMatchingInvocations (Results 1 - 1 of 1) sorted by relevance

/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java850 List<MethodCall> calls = countMatchingInvocations(method, matchers, methodCall);
864 calls = countMatchingInvocations(method, matchers, methodCall);
875 private List<MethodCall> countMatchingInvocations(Method method, ArgumentMatcher[] matchers, method in class:LittleMock.DefaultInvocationHandler

Completed in 65 milliseconds