Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for test_configuration_validation (1.57 sec)

  1. src/test/java/org/codelibs/fess/helper/DataIndexHelperTest.java

            } catch (Exception e) {
                assertTrue("Multiple operations should handle exceptions quickly", true);
            }
        }
    
        public void test_configuration_validation() {
            // Test configuration without actual crawling
            dataIndexHelper.setCrawlingExecutionInterval(1L);
            dataIndexHelper.setCrawlerPriority(Thread.NORM_PRIORITY);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 05:35:01 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java

            assertFalse("Expanded command should not contain variables", expandedCommand.contains("${"));
        }
    
        // Test configuration validation
        public void test_configuration_validation() throws Exception {
            // Test configuration without actual execution
            generator.setCommandTimeout(30000L); // 30 seconds
            generator.setCommandDestroyTimeout(5000L); // 5 seconds
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 16.4K bytes
    - Viewed (0)
Back to top