- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testConstructorWithNullMethod (0.1 seconds)
-
src/test/java/org/codelibs/curl/CurlRequestTest.java
assertEquals(1024 * 1024, request.threshold()); assertNull(request.proxy()); assertNull(request.body()); } @Test public void testConstructorWithNullMethod() { String url = "https://example.com"; try { new CurlRequest(null, url); fail("Expected IllegalArgumentException"); } catch (IllegalArgumentException e) {
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)