Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java435 private final Throwable throwOnClose; field in CloserTest.TestCloseable
442 static TestCloseable throwsOnClose(Throwable throwOnClose) throws IOException { in throwsOnClose()
450 private TestCloseable(@Nullable Throwable throwOnClose) { in TestCloseable()