- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_toLineString_withNullNewInput (1.2 sec)
-
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsItemTest.java
assertEquals("", item.toLineString()); item.setNewInput("word"); assertEquals("word", item.toLineString()); } public void test_toLineString_withNullNewInput() { // Test toLineString when newInput is set back to null ProtwordsItem item = new ProtwordsItem(1, "originalword"); item.setNewInput("tempword");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.2K bytes - Viewed (0)