- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_isTarget_withNullMimeType (0.26 seconds)
-
src/test/java/org/codelibs/fess/thumbnail/ThumbnailGeneratorTest.java
// Test with empty document map Map<String, Object> docMap = new HashMap<>(); assertFalse(thumbnailGenerator.isTarget(docMap)); } @Test public void test_isTarget_withNullMimeType() { // Test with null mimetype value Map<String, Object> docMap = new HashMap<>(); docMap.put("mimetype", null); assertFalse(thumbnailGenerator.isTarget(docMap)); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 11.7K bytes - Click Count (0)