- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testThresholdOne (0.06 seconds)
-
src/test/java/org/codelibs/curl/io/ContentOutputStreamTest.java
assertFalse(cos.isInMemory()); File file = cos.getFile(); assertTrue(file.exists()); cos.close(); assertTrue(file.exists()); } @Test public void testThresholdOne() throws IOException { // With threshold 1, writing 1 byte should stay in memory ContentOutputStream cos = new ContentOutputStream(1, Curl.tmpDir); cos.write(new byte[] { 1 });
Created: Sat Dec 20 09:13:53 GMT 2025 - Last Modified: Wed Nov 12 14:01:04 GMT 2025 - 9.9K bytes - Click Count (0)