Searched refs:lastMatchers (Results 1 - 6 of 6) sorted by relevance

/external/mockito/src/org/mockito/internal/invocation/
H A DMatchersBinder.java23 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) { argument
31 if (!lastMatchers.isEmpty()) {
32 int recordedMatchersSize = lastMatchers.size();
35 new Reporter().invalidUseOfMatchers(expectedMatchersSize, lastMatchers);
/external/mockito/src/org/mockito/internal/progress/
H A DArgumentMatcherStorageImpl.java102 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/
H A DRecordState.java75 List<IArgumentMatcher> lastMatchers = LastControl.pullMatchers();
76 lastInvocation = new ExpectedInvocation(invocation, lastMatchers);
/external/mockito/src/org/mockito/exceptions/
H A DReporter.java495 public void misplacedArgumentMatcher(List<LocalizedMatcher> lastMatchers) { argument
498 locationsOf(lastMatchers),
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 167 milliseconds