Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for federations (0.49 sec)

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

            Tuple3<String, String, String> task = thumbnailGenerator.createTask(path, docMap);
            assertNull(task);
        }
    
        public void test_multipleGenerations() {
            // Test multiple thumbnail generations
            for (int i = 0; i < 5; i++) {
                String thumbnailId = "test-thumbnail-" + i;
                File outputFile = new File(tempDir.toFile(), "thumbnail-" + i + ".png");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 11.4K bytes
    - Viewed (0)
Back to top