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

  /external/mockito/src/test/java/org/mockitousage/stubbing/
StubbingUsingDoReturnTest.java 66 doThrow(new IOException()).when(mock).throwsIOException(0);
69 mock.throwsIOException(0);
79 doThrow(new FooCheckedException()).when(mock).throwsIOException(0);
  /external/mockito/src/test/java/org/mockitousage/
IMethods.java 103 String throwsIOException(int count) throws IOException;
MethodsImpl.java 192 public String throwsIOException(int count) throws IOException {
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 

Completed in 250 milliseconds