Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_multipleOperations (0.18 sec)

  1. src/test/java/org/codelibs/fess/entity/DataStoreParamsTest.java

            dataStoreParams.put("key1", null);
            assertNull(dataStoreParams.get("key1"));
        }
    
        // Test multiple operations in sequence
        public void test_multipleOperations() {
            // Add initial values
            dataStoreParams.put("key1", "value1");
            dataStoreParams.put("key2", 123);
    
            // Add more values using putAll
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 10.5K bytes
    - Viewed (0)
Back to top