Home
last modified time | relevance | path

Searched defs:throwsIOException (Results 1 – 3 of 3) sorted by relevance

/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/
DApiExceptionsTest.java70 public void throwsIOException() { in throwsIOException() method in ApiExceptionsTest
/external/mockito/src/test/java/org/mockitousage/
DIMethods.java103 String throwsIOException(int count) throws IOException; in throwsIOException() method
DMethodsImpl.java192 public String throwsIOException(int count) throws IOException { in throwsIOException() method in MethodsImpl