Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/internal/verification/checkers/
DAtLeastXNumberOfInvocationsCheckerTest.java32 Invocation invocationTwo = new InvocationBuilder().differentMethod().toInvocation(); in shouldMarkActualInvocationsAsVerifiedInOrder() local
35 …checkAtLeastNumberOfInvocations(asList(invocation, invocationTwo), new InvocationMatcher(invocatio… in shouldMarkActualInvocationsAsVerifiedInOrder()
46 Invocation invocationTwo = new InvocationBuilder().differentMethod().toInvocation(); in shouldReportTooLittleInvocationsInOrder() local
54 …checkAtLeastNumberOfInvocations(asList(invocation, invocationTwo), new InvocationMatcher(invocatio… in shouldReportTooLittleInvocationsInOrder()
63 Invocation invocationTwo = new InvocationBuilder().differentMethod().toInvocation(); in shouldMarkActualInvocationsAsVerified() local
66 …checkAtLeastNumberOfInvocations(asList(invocation, invocationTwo), new InvocationMatcher(invocatio… in shouldMarkActualInvocationsAsVerified()
76 Invocation invocationTwo = new InvocationBuilder().differentMethod().toInvocation(); in shouldReportTooLittleInvocations() local
84 …checkAtLeastNumberOfInvocations(asList(invocation, invocationTwo), new InvocationMatcher(invocatio… in shouldReportTooLittleInvocations()
/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationMatcherTest.java46 Invocation invocationTwo = new InvocationBuilder().args("blah").toInvocation(); in should_be_a_citizen_of_hashes() local
50 map.put(new InvocationMatcher(invocationTwo), "two"); in should_be_a_citizen_of_hashes()