Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_constructor_withZeroPageSize (0.36 sec)

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

            assertEquals(1, qrList.getAllPageCount()); // Collapsed to current page due to size() = 1 < pageSize = 10
            assertEquals(1, qrList.getCurrentPageNumber());
        }
    
        public void test_constructor_withZeroPageSize() {
            List<Map<String, Object>> documentList = new ArrayList<>();
            FacetResponse facetResponse = null;
    
    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