Searched refs:allMatching (Results 1 – 1 of 1) sorted by relevance
141 …List<Invocation> allMatching = InvocationsFinder.findAllMatchingUnverifiedChunks(invocations, new … in shouldFindAllMatchingUnverifiedChunks() local142 …Assertions.assertThat(allMatching).containsSequence(simpleMethodInvocation, simpleMethodInvocation… in shouldFindAllMatchingUnverifiedChunks()145 …allMatching = InvocationsFinder.findAllMatchingUnverifiedChunks(invocations, new InvocationMatcher… in shouldFindAllMatchingUnverifiedChunks()146 Assertions.assertThat(allMatching).containsSequence(simpleMethodInvocationTwo); in shouldFindAllMatchingUnverifiedChunks()149 …allMatching = InvocationsFinder.findAllMatchingUnverifiedChunks(invocations, new InvocationMatcher… in shouldFindAllMatchingUnverifiedChunks()150 assertTrue(allMatching.isEmpty()); in shouldFindAllMatchingUnverifiedChunks()