Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCloseWithContentCache (0.94 sec)

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

            Integer result = response.getContent(r -> Integer.parseInt(r.getContentAsString()));
    
            assertEquals(Integer.valueOf(42), result);
        }
    
        @Test
        public void testCloseWithContentCache() throws IOException {
            CurlResponse response = new CurlResponse();
            byte[] data = "test content".getBytes();
            ContentCache cache = new ContentCache(data);
    Registered: Thu Sep 04 15:34:10 UTC 2025
    - Last Modified: Thu Jul 31 01:01:12 UTC 2025
    - 11.5K bytes
    - Viewed (0)
Back to top