- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_get_notFound (1.99 sec)
-
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java
assertTrue(item.isPresent()); assertEquals("test1", item.get().getInput()); assertEquals(1, item.get().getId()); } public void test_get_notFound() { // Load data first protwordsFile.reload(null); // Test getting non-existing item OptionalEntity<ProtwordsItem> item = protwordsFile.get(999);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 20.8K bytes - Viewed (0)