- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_selectList_outOfBounds (0.08 sec)
-
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java
assertEquals(2, list.size()); assertEquals("test3", list.get(0).getInput()); assertEquals("test\\4", list.get(1).getInput()); } public void test_selectList_outOfBounds() { // Load data first protwordsFile.reload(null); // Test with offset out of bounds PagingList<ProtwordsItem> list = protwordsFile.selectList(100, 10);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 20.8K bytes - Viewed (0)