Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java68 TestCloseable c1 = closer.register(TestCloseable.normal()); in testNoExceptionsThrown()
69 TestCloseable c2 = closer.register(TestCloseable.normal()); in testNoExceptionsThrown()
70 TestCloseable c3 = closer.register(TestCloseable.normal()); in testNoExceptionsThrown()
88 TestCloseable c1 = closer.register(TestCloseable.normal()); in testExceptionThrown_fromTryBlock()
89 TestCloseable c2 = closer.register(TestCloseable.normal()); in testExceptionThrown_fromTryBlock()
114 TestCloseable c1 = null; in testExceptionThrown_whenCreatingCloseables()
115 TestCloseable c2 = null; in testExceptionThrown_whenCreatingCloseables()
116 TestCloseable c3 = null; in testExceptionThrown_whenCreatingCloseables()
119 c1 = closer.register(TestCloseable.normal()); in testExceptionThrown_whenCreatingCloseables()
120 c2 = closer.register(TestCloseable.normal()); in testExceptionThrown_whenCreatingCloseables()
[all …]