Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_FactoryMethodsWithDifferentUrls (2.9 sec)

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

            assertEquals(Method.OPTIONS, Curl.options("http://test.com").method());
            assertEquals(Method.CONNECT, Curl.connect("http://test.com").method());
        }
    
        @Test
        public void test_FactoryMethodsWithDifferentUrls() {
            // ## Test factory methods with various URL formats ##
    
            // ## Act & Assert ##
            assertNotNull(Curl.get("https://secure.example.com/path?param=value"));
    Registered: Sat Dec 20 09:13:53 UTC 2025
    - Last Modified: Thu Nov 20 13:34:13 UTC 2025
    - 16.3K bytes
    - Viewed (0)
Back to top