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

  /external/mockito/src/org/mockito/internal/verification/checkers/
MissingInvocationChecker.java 42 reporter.wantedButNotInvoked(wanted, invocations);
  /external/mockito/src/org/mockito/exceptions/
Reporter.java 306 public void wantedButNotInvoked(DescribedInvocation wanted) {
307 throw new WantedButNotInvoked(createWantedButNotInvokedMessage(wanted));
310 public void wantedButNotInvoked(DescribedInvocation wanted, List<? extends DescribedInvocation> invocations) {
326 throw new WantedButNotInvoked(message + allInvocations);
    [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 795 milliseconds