Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/internal/verification/checkers/
DMissingInvocationCheckerTest.java45 invocations = asList(buildDifferentMethod().toInvocation()); in shouldReportWantedButNotInvoked()
79 private InvocationBuilder buildDifferentMethod() { in buildDifferentMethod() method in MissingInvocationCheckerTest
DMissingInvocationInOrderCheckerTest.java61 invocations = asList(buildDifferentMethod().toInvocation()); in shouldReportWantedButNotInvoked()
116 private InvocationBuilder buildDifferentMethod() { in buildDifferentMethod() method in MissingInvocationInOrderCheckerTest