- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TestSystemProperties (0.07 sec)
-
src/test/java/org/codelibs/fess/unit/TestSystemProperties.java
import org.slf4j.LoggerFactory; /** * Test implementation of system properties that loads from classpath */ public class TestSystemProperties extends DynamicProperties { private static final Logger logger = LoggerFactory.getLogger(TestSystemProperties.class); public TestSystemProperties() { // Create a temporary file to satisfy DynamicProperties constructor super(createTempFile());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 2.5K bytes - Viewed (0) -
src/test/resources/test_app.xml
<components> <include path="convention.xml" /> <include path="lastaflute.xml" /> <!-- Register systemProperties for test environment --> <component name="systemProperties" class="org.codelibs.fess.unit.TestSystemProperties" />
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 390 bytes - Viewed (0)