- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TEST3 (0.01 seconds)
-
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java
assertEquals("test3", list.get(2).getInput()); } @Test public void test_selectList_offset() { // Load data first protwordsFile.reload(null); // Test with offset PagingList<ProtwordsItem> list = protwordsFile.selectList(2, 2); assertEquals(2, list.size()); assertEquals("test3", list.get(0).getInput());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 21.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/DataStoreCrawlingExceptionTest.java
} @Test public void test_constructor_withUrlMessageExceptionAndAbortFalse() { // Test with URL, message, exception, and abort explicitly set to false String url = "http://example.com/test3"; String message = "Non-critical error message"; Exception cause = new RuntimeException("Non-critical error"); boolean abort = false;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 16.6K bytes - Click Count (0)