Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testMethodEnumToString (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  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());
    Created: Sat Dec 20 09:13:53 GMT 2025
    - Last Modified: Mon Nov 24 03:10:07 GMT 2025
    - 20.5K bytes
    - Click Count (0)
Back to Top