Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for originalword (0.05 sec)

  1. src/test/java/org/codelibs/fess/dict/protwords/ProtwordsItemTest.java

            // Test toLineString when newInput is set back to null
            ProtwordsItem item = new ProtwordsItem(1, "originalword");
            item.setNewInput("tempword");
            assertEquals("tempword", item.toLineString());
    
            item.setNewInput(null);
            assertEquals("originalword", item.toLineString());
        }
    
        public void test_getId() {
            // Test getId method inherited from DictionaryItem
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 10.2K bytes
    - Viewed (0)
Back to top