Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_loadConfigParams (0.35 sec)

  1. src/test/java/org/codelibs/fess/util/ParameterUtilTest.java

            // Test with only whitespace value
            value = "password=   ";
            result = ParameterUtil.encrypt(value);
            assertTrue(result.contains("password={cipher}"));
        }
    
        public void test_loadConfigParams() {
            Map<String, Object> paramMap;
            String configParam;
    
            // Test with empty map and null config
            paramMap = new HashMap<>();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 22.6K bytes
    - Viewed (0)
Back to top