- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_closeWithoutFile (0.13 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/entity/ResponseDataTest.java
data.close(); assertTrue(tempFile.exists()); } finally { tempFile.delete(); } } public void test_closeWithoutFile() throws IOException { // Test close without any file ResponseData data = new ResponseData(); data.close(); // Should not throw exception }
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:29:22 UTC 2025 - 14.3K bytes - Viewed (0)