Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testRequestProcessorWithZeroThreshold (1.76 sec)

  1. src/test/java/org/codelibs/curl/CurlRequestTest.java

            assertNotNull(processor1.getResponse());
            assertNotNull(processor2.getResponse());
            assertNotNull(processor3.getResponse());
        }
    
        @Test
        public void testRequestProcessorWithZeroThreshold() {
            // Test RequestProcessor with zero threshold
            CurlRequest.RequestProcessor processor = new CurlRequest.RequestProcessor("UTF-8", 0);
            assertNotNull(processor.getResponse());
        }
    Registered: Sat Dec 20 09:13:53 UTC 2025
    - Last Modified: Mon Nov 24 03:10:07 UTC 2025
    - 20.5K bytes
    - Viewed (0)
Back to top