HomeSort by relevance Sort by last modified time
    Searched defs:lastMatchers (Results 1 - 4 of 4) sorted by null

  /external/mockito/src/org/mockito/internal/invocation/
MatchersBinder.java 23 List<LocalizedMatcher> lastMatchers = argumentMatcherStorage.pullLocalizedMatchers();
24 validateMatchers(invocation, lastMatchers);
26 InvocationMatcher invocationWithMatchers = new InvocationMatcher(invocation, (List<Matcher>)(List) lastMatchers);
30 private void validateMatchers(Invocation invocation, List<LocalizedMatcher> lastMatchers) {
31 if (!lastMatchers.isEmpty()) {
32 int recordedMatchersSize = lastMatchers.size();
35 new Reporter().invalidUseOfMatchers(expectedMatchersSize, lastMatchers);
  /external/mockito/src/org/mockito/internal/progress/
ArgumentMatcherStorageImpl.java 102 ArrayList<LocalizedMatcher> lastMatchers = new ArrayList<LocalizedMatcher>(matcherStack);
104 new Reporter().incorrectUseOfAdditionalMatchers(additionalMatcherName, count, lastMatchers);
113 ArrayList lastMatchers = new ArrayList<LocalizedMatcher>(matcherStack);
115 new Reporter().misplacedArgumentMatcher(lastMatchers);
  /external/easymock/src/org/easymock/internal/
RecordState.java 75 List<IArgumentMatcher> lastMatchers = LastControl.pullMatchers();
76 lastInvocation = new ExpectedInvocation(invocation, lastMatchers);
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 250 milliseconds