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

  /external/mockito/src/main/java/org/mockito/internal/invocation/
MatchersBinder.java 24 List<LocalizedMatcher> lastMatchers = argumentMatcherStorage.pullLocalizedMatchers();
25 validateMatchers(invocation, lastMatchers);
28 for (LocalizedMatcher m : lastMatchers) {
34 private void validateMatchers(Invocation invocation, List<LocalizedMatcher> lastMatchers) {
35 if (!lastMatchers.isEmpty()) {
36 int recordedMatchersSize = lastMatchers.size();
39 throw invalidUseOfMatchers(expectedMatchersSize, lastMatchers);
  /external/mockito/src/main/java/org/mockito/internal/progress/
ArgumentMatcherStorageImpl.java 36 List<LocalizedMatcher> lastMatchers = resetStack();
37 return lastMatchers;
68 List<LocalizedMatcher> lastMatchers = resetStack();
69 throw misplacedArgumentMatcher(lastMatchers);
82 List<LocalizedMatcher> lastMatchers = resetStack();
83 throw incorrectUseOfAdditionalMatchers(additionalMatcherName, subMatchersCount, lastMatchers);
92 ArrayList<LocalizedMatcher> lastMatchers = new ArrayList<LocalizedMatcher>(matcherStack);
94 return lastMatchers;
  /external/easymock/src/org/easymock/internal/
RecordState.java 75 List<IArgumentMatcher> lastMatchers = LastControl.pullMatchers();
76 lastInvocation = new ExpectedInvocation(invocation, lastMatchers);
  /external/guice/lib/build/
easymock.jar 
  /external/guice/extensions/persist/lib/
easymock.jar 

Completed in 260 milliseconds