- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testFileBasedCacheGetInputStream (0.11 sec)
-
src/test/java/org/codelibs/curl/io/ContentCacheTest.java
String result = new String(buffer, 0, bytesRead, "UTF-8"); assertEquals(testContent, result); } } @Test public void testFileBasedCacheGetInputStream() throws IOException { String testContent = "Hello, World!"; tempFile = File.createTempFile("test", ".tmp", Curl.tmpDir); // Write test content to fileRegistered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 11.2K bytes - Viewed (0)