Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationsFinderTest.java161 Invocation simpleMethodInvocationThree = new InvocationBuilder().mock(mock).toInvocation(); in shouldReturnAllChunksWhenModeIsAtLeastOnce() local
162 invocations.add(simpleMethodInvocationThree); in shouldReturnAllChunksWhenModeIsAtLeastOnce()
165 …).containsSequence(simpleMethodInvocation, simpleMethodInvocationTwo, simpleMethodInvocationThree); in shouldReturnAllChunksWhenModeIsAtLeastOnce()
170 Invocation simpleMethodInvocationThree = new InvocationBuilder().mock(mock).toInvocation(); in shouldReturnAllChunksWhenWantedCountDoesntMatch() local
171 invocations.add(simpleMethodInvocationThree); in shouldReturnAllChunksWhenWantedCountDoesntMatch()
174 …).containsSequence(simpleMethodInvocation, simpleMethodInvocationTwo, simpleMethodInvocationThree); in shouldReturnAllChunksWhenWantedCountDoesntMatch()