- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testThresholdZero (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/curl/io/ContentOutputStreamTest.java
assertFalse(cos.done); assertFalse(cos.isInMemory()); cos.close(); assertFalse(cos.done); assertFalse(cos.getFile().exists()); } @Test public void testThresholdZero() throws IOException { // With threshold 0, everything should go to file immediately ContentOutputStream cos = new ContentOutputStream(0, 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)