Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testLargeData (0.06 seconds)

  1. src/test/java/org/codelibs/curl/io/ContentOutputStreamTest.java

            cos.flush();
            assertFalse(cos.isInMemory());
            File file = cos.getFile();
            assertTrue(file.exists());
            cos.close();
        }
    
        @Test
        public void testLargeData() throws IOException {
            // Test with large data exceeding typical threshold
            ContentOutputStream cos = new ContentOutputStream(100, Curl.tmpDir);
            byte[] largeData = new byte[500];
    Created: Thu Apr 02 15:34:12 GMT 2026
    - Last Modified: Sat Mar 21 12:00:34 GMT 2026
    - 11.7K bytes
    - Click Count (0)
Back to Top