- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testOnConnectWithNull (0.33 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/curl/CurlRequestTest.java
// Multiple threadPool calls should work request.threadPool(pool1); request.threadPool(pool2); assertNotNull(request); } @Test public void testOnConnectWithNull() { CurlRequest request = new CurlRequest(Method.GET, "https://example.com"); // Setting onConnect to null should work request.onConnect(null); assertNotNull(request);Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Sat Mar 21 09:11:12 GMT 2026 - 24.7K bytes - Click Count (0)