Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            CurlRequest.RequestProcessor processor = new CurlRequest.RequestProcessor("UTF-8", Integer.MAX_VALUE);
            assertNotNull(processor.getResponse());
        }
    
        @Test
        public void testMethodEnumToString() {
            // Test that Method enum toString returns correct values
            assertEquals("GET", Method.GET.toString());
            assertEquals("POST", Method.POST.toString());
    Registered: Sat Dec 20 09:13:53 UTC 2025
    - Last Modified: Mon Nov 24 03:10:07 UTC 2025
    - 20.5K bytes
    - Viewed (0)
Back to top