Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_listOperations_removeAll_retainAll (2.08 sec)

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

            assertEquals(2, typedArray.length);
            assertEquals(doc1, typedArray[0]);
            assertEquals(doc2, typedArray[1]);
        }
    
        public void test_listOperations_removeAll_retainAll() {
            List<Map<String, Object>> documentList = new ArrayList<>();
            Map<String, Object> doc1 = new HashMap<>();
            doc1.put("title", "Doc1");
    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