Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_isTarget_withSupportedMimeType (0.15 seconds)

  1. src/test/java/org/codelibs/fess/thumbnail/ThumbnailGeneratorTest.java

            assertFalse(thumbnailGenerator.generate(thumbnailId, invalidOutputFile));
    
            // Cleanup
            readOnlyDir.setWritable(true);
        }
    
        @Test
        public void test_isTarget_withSupportedMimeType() {
            // Test with supported document type
            Map<String, Object> docMap = new HashMap<>();
            docMap.put("mimetype", "application/pdf");
            assertTrue(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)
Back to Top