HomeSort by relevance Sort by last modified time
    Searched refs:notAnException (Results 1 - 3 of 3) sorted by null

  /external/mockito/src/main/java/org/mockito/internal/stubbing/
StubberImpl.java 19 import static org.mockito.internal.exceptions.Reporter.notAnException;
88 throw notAnException();
106 throw notAnException();
BaseStubbing.java 7 import static org.mockito.internal.exceptions.Reporter.notAnException;
61 throw notAnException();
  /external/mockito/src/main/java/org/mockito/internal/exceptions/
Reporter.java     [all...]

Completed in 66 milliseconds