Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_listOperations_indexOperations (0.15 seconds)

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

            assertTrue(qrList.containsAll(checkList));
    
            checkList = Arrays.asList(doc1, doc2);
            assertFalse(qrList.containsAll(checkList));
        }
    
        @Test
        public void test_listOperations_indexOperations() {
            List<Map<String, Object>> documentList = new ArrayList<>();
            Map<String, Object> doc1 = new HashMap<>();
            doc1.put("title", "Doc1");
            Map<String, Object> doc2 = new HashMap<>();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 40.1K bytes
    - Click Count (0)
Back to Top