Home
last modified time | relevance | path

Searched refs:allowedMethod (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/bugs/
DAtLeastMarksAllInvocationsVerified.java16 public void allowedMethod() { in allowedMethod() method in AtLeastMarksAllInvocationsVerified.SomeMethods
26 someMethods.allowedMethod(); in shouldFailBecauseDisallowedMethodWasCalled()
29 verify(someMethods, atLeast(1)).allowedMethod(); in shouldFailBecauseDisallowedMethodWasCalled()