Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for loadConfigParams (0.05 sec)

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

            // Test with empty map and null config
            paramMap = new HashMap<>();
            ParameterUtil.loadConfigParams(paramMap, null);
            assertEquals(0, paramMap.size());
    
            // Test with empty map and empty config
            paramMap = new HashMap<>();
            ParameterUtil.loadConfigParams(paramMap, "");
            assertEquals(0, paramMap.size());
    
            // Test with empty map and whitespace config
    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