Searched defs:stubbings (Results 1 – 10 of 10) sorted by relevance
81 UnusedStubbings stubbings = finder.getUnusedStubbings((List) asList(mock1, mock2)); in some_unused_stubbings() local98 UnusedStubbings stubbings = finder.getUnusedStubbings((List) asList(mock1, mock2)); in unused_and_lenient_stubbings() local116 Collection stubbings = finder.getUnusedStubbingsByLocation((List) asList(mock1, mock2)); in some_unused_stubbings_by_location() local145 Collection stubbings = finder.getUnusedStubbingsByLocation((List) asList(mock1, mock2)); in deduplicates_stubbings_by_location() local
28 UnusedStubbings stubbings = new UnusedStubbings(Collections.<Stubbing>emptyList()); in no_unused_stubbings() local40 UnusedStubbings stubbings = new UnusedStubbings(Arrays.asList( in unused_stubbings() local
32 Set<Stubbing> stubbings = AllInvocationsFinder.findStubbings(mocks); in getUnusedStubbings() local54 Set<Stubbing> stubbings = AllInvocationsFinder.findStubbings(mocks); in getUnusedStubbingsByLocation() local
56 …ic List<Invocation> potentialArgMismatches(Invocation invocation, Collection<Stubbing> stubbings) { in potentialArgMismatches()
22 Collection<Stubbing> stubbings = Mockito.mockingDetails(mock).getStubbings(); in printInvocations() local
26 Set<Stubbing> stubbings = AllInvocationsFinder.findStubbings(Collections.singleton(mock)); in stubbing_location_should_be_the_correct_point() local
43 Set<Stubbing> stubbings = new TreeSet<Stubbing>(new StubbingComparator()); in findStubbings() local
82 …List<Stubbing> stubbings = new ArrayList<Stubbing>(findStubbings(asList(mockOne, mockOne, mockTwo)… in provides_stubbings_in_order() local
162 Collection<Stubbing> stubbings = mockingDetails(mock).getStubbings(); in provides_stubbings_of_mock_in_declaration_order() local
857 StringBuilder stubbings = new StringBuilder(); in formatUnncessaryStubbingException() local880 StringBuilder stubbings = new StringBuilder(); in potentialStubbingProblem() local