- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for test_configuration_validation (0.14 seconds)
-
src/test/java/org/codelibs/fess/helper/DataIndexHelperTest.java
} catch (Exception e) { assertTrue("Multiple operations should handle exceptions quickly", true); } } @Test public void test_configuration_validation() { // Test configuration without actual crawling dataIndexHelper.setCrawlingExecutionInterval(1L); dataIndexHelper.setCrawlerPriority(Thread.NORM_PRIORITY);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java
assertFalse("Expanded command should not contain variables", expandedCommand.contains("${")); } // Test configuration validation @Test public void test_configuration_validation() throws Exception { // Test configuration without actual execution generator.setCommandTimeout(30000L); // 30 seconds generator.setCommandDestroyTimeout(5000L); // 5 seconds
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 27.8K bytes - Click Count (0) -
src/test/java/jcifs/config/PropertyConfigurationTest.java
assertEquals("parentdomain", testConfig.getDefaultDomain()); // Inherited } @Test @DisplayName("Should validate configuration consistency") void testConfigurationValidation() throws CIFSException { // Given Properties props = new Properties(); props.setProperty("jcifs.smb.client.minVersion", "SMB311");
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 11.3K bytes - Click Count (0)