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