Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testGetContentAsStringWithCache (0.14 sec)

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

            // ContentCache is not directly accessible, but we can test through content methods
            assertNotNull(response);
        }
    
        @Test
        public void testGetContentAsStringWithCache() throws IOException {
            CurlResponse response = new CurlResponse();
            response.setEncoding("UTF-8");
            String testContent = "Hello, World!";
            byte[] data = testContent.getBytes("UTF-8");
    Registered: Sat Dec 20 09:13:53 UTC 2025
    - Last Modified: Thu Nov 20 13:34:13 UTC 2025
    - 12.5K bytes
    - Viewed (0)
Back to top