- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testFileBasedCacheConstructor (2.18 sec)
-
src/test/java/org/codelibs/curl/io/ContentCacheTest.java
System.arraycopy(buffer, 0, result, 0, bytesRead); assertArrayEquals(originalData, result); } } @Test public void testFileBasedCacheConstructor() throws IOException { tempFile = File.createTempFile("test", ".tmp", Curl.tmpDir); ContentCache cache = new ContentCache(tempFile); assertNotNull(cache); } @Test
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 11.2K bytes - Viewed (0)