Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_sort_withNullArrays (0.09 sec)

  1. src/test/java/org/codelibs/fess/dict/mapping/CharMappingItemTest.java

            assertEquals("1", item.getNewInputs()[0]);
            assertEquals("5", item.getNewInputs()[1]);
            assertEquals("9", item.getNewInputs()[2]);
        }
    
        public void test_sort_withNullArrays() {
            // Test sort with null arrays doesn't throw exception
            CharMappingItem item = new CharMappingItem(1L, new String[] { "a" }, "output");
            item.setNewInputs(null);
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 12.2K bytes
    - Viewed (0)
Back to top