- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testAddSystemProperty (1.95 sec)
-
src/test/java/org/codelibs/fess/job/ExecJobTest.java
System.setProperty("test.property", "test.value"); execJob.testAddSystemProperty(cmdList, "test.property", "default", null); assertEquals(1, cmdList.size()); assertEquals("-Dtest.property=test.value", cmdList.get(0)); // Test with append value cmdList.clear(); execJob.testAddSystemProperty(cmdList, "test.property", "default", ":append"); assertEquals(1, cmdList.size());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0)