Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_multipleCloseCallsDoNothing (0.14 seconds)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/util/IgnoreCloseInputStreamTest.java

            String result = stream.toString();
            assertNotNull(result);
            assertTrue(result.contains("ByteArrayInputStream"));
        }
    
        public void test_multipleCloseCallsDoNothing() throws IOException {
            // Test that multiple close() calls are all ignored
            byte[] data = "Test data".getBytes();
            ByteArrayInputStream underlyingStream = new ByteArrayInputStream(data);
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Sat Nov 22 13:28:22 GMT 2025
    - 6.6K bytes
    - Click Count (0)
Back to Top