- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testCloseQuietlyNull_reader (0.12 sec)
-
android/guava-tests/test/com/google/common/io/CloseablesTest.java
Closeables.close(null, true); Closeables.close(null, false); } public void testCloseQuietlyNull_inputStream() { Closeables.closeQuietly((InputStream) null); } public void testCloseQuietlyNull_reader() { Closeables.closeQuietly((Reader) null); } // Set up a closeable to expect to be closed, and optionally to throw an // exception.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 4.1K bytes - Viewed (0)