Searched refs:invocationTwo (Results 1 – 2 of 2) sorted by relevance
32 Invocation invocationTwo = new InvocationBuilder().differentMethod().toInvocation(); in shouldMarkActualInvocationsAsVerifiedInOrder() local35 …checkAtLeastNumberOfInvocations(asList(invocation, invocationTwo), new InvocationMatcher(invocatio… in shouldMarkActualInvocationsAsVerifiedInOrder()46 Invocation invocationTwo = new InvocationBuilder().differentMethod().toInvocation(); in shouldReportTooLittleInvocationsInOrder() local54 …checkAtLeastNumberOfInvocations(asList(invocation, invocationTwo), new InvocationMatcher(invocatio… in shouldReportTooLittleInvocationsInOrder()63 Invocation invocationTwo = new InvocationBuilder().differentMethod().toInvocation(); in shouldMarkActualInvocationsAsVerified() local66 …checkAtLeastNumberOfInvocations(asList(invocation, invocationTwo), new InvocationMatcher(invocatio… in shouldMarkActualInvocationsAsVerified()76 Invocation invocationTwo = new InvocationBuilder().differentMethod().toInvocation(); in shouldReportTooLittleInvocations() local84 …checkAtLeastNumberOfInvocations(asList(invocation, invocationTwo), new InvocationMatcher(invocatio… in shouldReportTooLittleInvocations()
46 Invocation invocationTwo = new InvocationBuilder().args("blah").toInvocation(); in should_be_a_citizen_of_hashes() local50 map.put(new InvocationMatcher(invocationTwo), "two"); in should_be_a_citizen_of_hashes()