- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testMemoryBasedCacheClose (0.09 sec)
-
src/test/java/org/codelibs/curl/io/ContentCacheTest.java
} assertEquals(data.length, totalBytesRead); assertArrayEquals(data, buffer); } } @Test public void testMemoryBasedCacheClose() throws IOException { byte[] data = "Hello, World!".getBytes(); ContentCache cache = new ContentCache(data); // Memory-based cache close should not throw exception
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Thu Jul 31 01:01:12 UTC 2025 - 10.3K bytes - Viewed (0)