Searched refs:unstubbed (Results 1 - 5 of 5) sorted by relevance

/external/mockito/src/org/mockito/internal/debugging/
H A DFindingsListener.java11 void foundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed); argument
15 void foundUnstubbed(InvocationMatcher unstubbed); argument
H A DLoggingListener.java22 public void foundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed) { argument
27 "BUT called with different args " + unstubbed.getInvocation().getLocation(),
35 public void foundUnstubbed(InvocationMatcher unstubbed) { argument
39 unstubbed,
40 unstubbed.getInvocation().getLocation(),
H A DWarningsFinder.java33 InvocationMatcher unstubbed = unstubbedIterator.next();
34 if(unstubbed.hasSimilarMethod(unused)) {
35 findingsListener.foundStubCalledWithDifferentArgs(unused, unstubbed);
/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/ ...
/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/ ...

Completed in 80 milliseconds