- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testAddFessCustomSystemProperties (0.11 sec)
-
src/test/java/org/codelibs/fess/job/ExecJobTest.java
// Test with regex pattern execJob.testAddFessCustomSystemProperties(cmdList, "custom\\.prop\\..*"); assertEquals(2, cmdList.size()); assertTrue(cmdList.contains("-Dcustom.prop.one=value1")); assertTrue(cmdList.contains("-Dcustom.prop.two=value2")); // Test with null regex cmdList.clear(); execJob.testAddFessCustomSystemProperties(cmdList, null);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0)