Searched refs:mockMethod (Results 1 – 1 of 1) sorted by relevance
573 private static int getMethodInvocationCount(Object mockMethod) { in getMethodInvocationCount() argument574 return mockingDetails(mockMethod).getInvocations().size(); in getMethodInvocationCount()