Home
last modified time | relevance | path

Searched refs:throwsOnCreate (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java120 c3 = closer.register(TestCloseable.throwsOnCreate()); in testExceptionThrown_whenCreatingCloseables()
446 static TestCloseable throwsOnCreate() throws IOException { in throwsOnCreate() method in CloserTest.TestCloseable