Searched refs:simpleMethodInvocationThree (Results 1 – 1 of 1) sorted by relevance
161 Invocation simpleMethodInvocationThree = new InvocationBuilder().mock(mock).toInvocation(); in shouldReturnAllChunksWhenModeIsAtLeastOnce() local162 invocations.add(simpleMethodInvocationThree); in shouldReturnAllChunksWhenModeIsAtLeastOnce()165 …).containsSequence(simpleMethodInvocation, simpleMethodInvocationTwo, simpleMethodInvocationThree); in shouldReturnAllChunksWhenModeIsAtLeastOnce()170 Invocation simpleMethodInvocationThree = new InvocationBuilder().mock(mock).toInvocation(); in shouldReturnAllChunksWhenWantedCountDoesntMatch() local171 invocations.add(simpleMethodInvocationThree); in shouldReturnAllChunksWhenWantedCountDoesntMatch()174 …).containsSequence(simpleMethodInvocation, simpleMethodInvocationTwo, simpleMethodInvocationThree); in shouldReturnAllChunksWhenWantedCountDoesntMatch()