Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_selectList_offsetOutOfBounds (0.17 sec)

  1. src/test/java/org/codelibs/fess/dict/stopwords/StopwordsFileTest.java

            assertEquals(5, result.getAllRecordCount());
            assertEquals(3, result.getAllPageCount());
            assertEquals(1, result.getCurrentPageNumber());
        }
    
        public void test_selectList_offsetOutOfBounds() {
            loadTestData();
    
            DictionaryFile.PagingList<StopwordsItem> result = stopwordsFile.selectList(10, 2);
            // When offset is out of bounds, all items may still be returned
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 17.6K bytes
    - Viewed (0)
Back to top