- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getThumbnailFile_exists (0.98 sec)
-
src/test/java/org/codelibs/fess/thumbnail/ThumbnailManagerTest.java
assertNotNull(filename); assertTrue(filename.endsWith(".jpg")); assertTrue(filename.contains(docid)); } // Test getThumbnailFile with existing file public void test_getThumbnailFile_exists() throws IOException { Map<String, Object> docMap = new HashMap<>(); docMap.put("_id", "testdoc"); String filename = thumbnailManager.getImageFilename(docMap);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.7K bytes - Viewed (0)