- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_selectList_offsetOutOfBounds (1.17 sec)
-
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)