Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for test_process_withoutPropertiesPath (1.4 sec)

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

            } finally {
                tempPropFile.delete();
            }
        }
    
        public void test_process_withoutPropertiesPath() throws Exception {
            // Test process method without properties path
            ThumbnailGenerator.Options options = new ThumbnailGenerator.Options();
            options.numOfThreads = 2;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/exec/SuggestCreatorTest.java

            } catch (Exception e) {
                // Test setup exception is acceptable
                assertNotNull(e);
            }
        }
    
        // Test process without properties path
        public void test_process_withoutPropertiesPath() {
            try {
                SuggestCreator.Options options = new SuggestCreator.Options();
    
                // Setup minimal mock components
                setupMockComponents();
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 11.1K bytes
    - Viewed (0)
Back to top