Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_first_element_from_string_array (0.31 sec)

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

            doc.put("numKey", numList);
            assertEquals(Integer.valueOf(123), DocumentUtil.getValue(doc, "numKey", Integer.class));
        }
    
        public void test_first_element_from_string_array() {
            Map<String, Object> doc = new HashMap<>();
            String[] array = { "first", "second", "third" };
            doc.put("key", array);
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 11.7K bytes
    - Viewed (0)
Back to top