Searched refs:findStubbings (Results 1 – 5 of 5) sorted by relevance
24 import static org.mockito.internal.invocation.finder.AllInvocationsFinder.findStubbings;41 assertTrue(findStubbings(asList(mockOne, mockTwo)).isEmpty()); in no_interactions()82 …List<Stubbing> stubbings = new ArrayList<Stubbing>(findStubbings(asList(mockOne, mockOne, mockTwo)… in provides_stubbings_in_order()
32 Set<Stubbing> stubbings = AllInvocationsFinder.findStubbings(mocks); in getUnusedStubbings()54 Set<Stubbing> stubbings = AllInvocationsFinder.findStubbings(mocks); in getUnusedStubbingsByLocation()
22 for (Stubbing stubbing : AllInvocationsFinder.findStubbings(mocks)) { in getStubbingArgMismatches()
42 public static Set<Stubbing> findStubbings(Iterable<?> mocks) { in findStubbings() method in AllInvocationsFinder
26 Set<Stubbing> stubbings = AllInvocationsFinder.findStubbings(Collections.singleton(mock)); in stubbing_location_should_be_the_correct_point()