Searched defs:stubbings (Results 1 – 10 of 10) sorted by relevance
76 UnusedStubbings stubbings = finder.getUnusedStubbings((List) asList(mock1, mock2)); in some_unused_stubbings() local93 Collection stubbings = finder.getUnusedStubbingsByLocation((List) asList(mock1, mock2)); in some_unused_stubbings_by_location() local122 Collection stubbings = finder.getUnusedStubbingsByLocation((List) asList(mock1, mock2)); in deduplicates_stubbings_by_location() local
23 UnusedStubbings stubbings = new UnusedStubbings((List) asList()); in no_unused_stubbings() local35 UnusedStubbings stubbings = new UnusedStubbings((List) asList( in unused_stubbings() local
25 Set<Stubbing> stubbings = AllInvocationsFinder.findStubbings(mocks); in getUnusedStubbings() local47 Set<Stubbing> stubbings = AllInvocationsFinder.findStubbings(mocks); in getUnusedStubbingsByLocation() local
51 Collection<Stubbing> stubbings = mockingDetails(invocation.getMock()).getStubbings(); in potentialArgMismatches() local
22 Collection<Stubbing> stubbings = Mockito.mockingDetails(mock).getStubbings(); in printInvocations() local
43 Set<Stubbing> stubbings = new TreeSet<Stubbing>(new StubbingComparator()); in findStubbings() local
56 …List<? extends Stubbing> stubbings = mockHandler().getInvocationContainer().getStubbedInvocations(… in getStubbings() local
82 …List<Stubbing> stubbings = new ArrayList<Stubbing>(findStubbings(asList(mockOne, mockOne, mockTwo)… in provides_stubbings_in_order() local
150 Collection<Stubbing> stubbings = mockingDetails(mock).getStubbings(); in provides_stubbings_of_mock_in_declaration_order() local
838 StringBuilder stubbings = new StringBuilder(); in formatUnncessaryStubbingException() local861 StringBuilder stubbings = new StringBuilder(); in potentialStubbingProblem() local