Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_listOperations_removeAllEmpty (0.12 sec)

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

            assertEquals(0, qrList.size());
    
            assertFalse(qrList.addAll(0, new ArrayList<>()));
            assertEquals(0, qrList.size());
        }
    
        public void test_listOperations_removeAllEmpty() {
            List<Map<String, Object>> documentList = new ArrayList<>();
            Map<String, Object> doc = new HashMap<>();
            doc.put("title", "Test");
            documentList.add(doc);
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 39.7K bytes
    - Viewed (0)
Back to top