- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for test_toLineString_withEmptyInput (0.25 seconds)
-
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsItemTest.java
// Test with item created with id=0 ProtwordsItem newItem = new ProtwordsItem(0, "newword"); assertEquals("newword", newItem.toLineString()); } @Test public void test_toLineString_withEmptyInput() { // Test toLineString with empty input ProtwordsItem item = new ProtwordsItem(1, ""); assertEquals("", item.toLineString()); item.setNewInput("word");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 10.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/stopwords/StopwordsItemTest.java
// When newInput is set back to null item.setNewInput(null); assertEquals("original", item.toLineString()); } @Test public void test_toLineString_withEmptyInput() { // Test toLineString with empty original input StopwordsItem item = new StopwordsItem(1, ""); assertEquals("", item.toLineString()); item.setNewInput("new");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/mapping/CharMappingItemTest.java
Shinsuke Sugaya <******@****.***> 1773442886 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16K bytes - Click Count (0)