- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_get_withUnloadedData (0.08 sec)
-
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java
// Test getting non-existing item OptionalEntity<ProtwordsItem> item = protwordsFile.get(999); assertFalse(item.isPresent()); } public void test_get_withUnloadedData() { // Test getting item when data is not loaded yet 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)