Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_HttpMethodEnumValues (0.11 sec)

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

            assertNotNull(Curl.options("http://cors.example.com/api"));
            assertNotNull(Curl.connect("http://proxy.example.com:3128"));
        }
    
        @Test
        public void test_HttpMethodEnumValues() {
            // ## Test that all expected HTTP methods are present in the enum ##
    
            // ## Act ##
            final Method[] methods = Method.values();
    
            // ## Assert ##
    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