- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetContentAsStringWithCache (0.62 seconds)
-
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");Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Sat Mar 21 09:11:12 GMT 2026 - 17.7K bytes - Click Count (0)