- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testFileBasedCacheCloseNonExistentFile (0.13 sec)
-
src/test/java/org/codelibs/curl/io/ContentCacheTest.java
fail("Expected IOException for deleted file"); } catch (IOException e) { // Expected - file no longer exists } } @Test public void testFileBasedCacheCloseNonExistentFile() { tempFile = new File(Curl.tmpDir, "non-existent-file.tmp"); assertFalse(tempFile.exists()); ContentCache cache = new ContentCache(tempFile);
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Thu Jul 31 01:01:12 UTC 2025 - 10.3K bytes - Viewed (0)