Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_clear_with_elements (0.61 sec)

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

            assertEquals(doc2, docList.get(0));
    
            assertEquals(500, docList.getContentSize());
            assertEquals(250, docList.getProcessingTime());
        }
    
        public void test_clear_with_elements() {
            DocList docList = new DocList();
    
            Map<String, Object> doc = new HashMap<>();
            doc.put("id", "1");
            docList.add(doc);
    
            docList.addContentSize(1000);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 6.7K bytes
    - Viewed (0)
Back to top