Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_AllHttpMethodFactories (0.08 sec)

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

            assertTrue(tmpDir.canWrite());
            assertEquals(new File(System.getProperty("java.io.tmpdir")).getAbsolutePath(), tmpDir.getAbsolutePath());
        }
    
        @Test
        public void test_AllHttpMethodFactories() {
            // ## Test that all factory methods create requests with correct methods ##
    
            // ## Act & Assert ##
            assertEquals(Method.GET, Curl.get("http://test.com").method());
    Registered: Thu Sep 04 15:34:10 UTC 2025
    - Last Modified: Thu Jul 31 01:01:12 UTC 2025
    - 8.8K bytes
    - Viewed (0)
Back to top