- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_new2 (0.03 sec)
-
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java
} public void test_ProtwordsUpdater_write_normalItem() { protwordsFile.reload(null); // Create updater with a new item ProtwordsItem newItem = new ProtwordsItem(0, "testNew"); ProtwordsFile.ProtwordsUpdater updater = protwordsFile.new ProtwordsUpdater(newItem); // Write an existing item (should pass through) ProtwordsItem existingItem = new ProtwordsItem(10, "existing");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 20.8K bytes - Viewed (0)