Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_listOperations_boundaryIndexes (0.17 seconds)

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

            assertFalse(qrList.equals("string"));
            assertTrue(qrList.equals(documentList)); // QueryResponseList equals delegates to parent list
        }
    
        @Test
        public void test_listOperations_boundaryIndexes() {
            List<Map<String, Object>> documentList = new ArrayList<>();
            Map<String, Object> doc1 = new HashMap<>();
            doc1.put("title", "Doc1");
    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