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

  /external/guava/guava-tests/test/com/google/common/io/
TestInputStream.java 47 throwIf(OPEN_THROWS);
56 throwIf(closed);
57 throwIf(READ_THROWS);
63 throwIf(closed);
64 throwIf(READ_THROWS);
70 throwIf(closed);
71 throwIf(SKIP_THROWS);
77 throwIf(closed);
84 throwIf(CLOSE_THROWS);
88 private void throwIf(TestOption option) throws IOException
    [all...]
TestOutputStream.java 46 throwIf(OPEN_THROWS);
55 throwIf(closed);
56 throwIf(WRITE_THROWS);
62 throwIf(closed);
63 throwIf(WRITE_THROWS);
71 throwIf(CLOSE_THROWS);
74 private void throwIf(TestOption option) throws IOException {
75 throwIf(options.contains(option));
78 private static void throwIf(boolean condition) throws IOException {

Completed in 725 milliseconds