Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationsFinderTest.java141 …List<Invocation> allMatching = InvocationsFinder.findAllMatchingUnverifiedChunks(invocations, new … in shouldFindAllMatchingUnverifiedChunks() local
142 …Assertions.assertThat(allMatching).containsSequence(simpleMethodInvocation, simpleMethodInvocation… in shouldFindAllMatchingUnverifiedChunks()
145allMatching = InvocationsFinder.findAllMatchingUnverifiedChunks(invocations, new InvocationMatcher… in shouldFindAllMatchingUnverifiedChunks()
146 Assertions.assertThat(allMatching).containsSequence(simpleMethodInvocationTwo); in shouldFindAllMatchingUnverifiedChunks()
149allMatching = InvocationsFinder.findAllMatchingUnverifiedChunks(invocations, new InvocationMatcher… in shouldFindAllMatchingUnverifiedChunks()
150 assertTrue(allMatching.isEmpty()); in shouldFindAllMatchingUnverifiedChunks()