- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetContentAsStreamWithCache (0.14 seconds)
-
src/test/java/org/codelibs/curl/CurlResponseTest.java
assertTrue(e.getMessage().contains("Failed to access the content")); assertSame(exception, e.getCause()); } } @Test public void testGetContentAsStreamWithCache() throws IOException { CurlResponse response = new CurlResponse(); byte[] data = "test content".getBytes(); ContentCache cache = new ContentCache(data);
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)