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