- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_createMode (0.05 seconds)
-
src/test/java/org/codelibs/fess/dict/stopwords/StopwordsItemTest.java
assertEquals(999, item2.getId()); StopwordsItem item3 = new StopwordsItem(-1, "word3"); assertEquals(-1, item3.getId()); } @Test public void test_createMode() { // Test special behavior when id is 0 (create mode) StopwordsItem createItem = new StopwordsItem(0, "newword"); assertTrue(createItem.isUpdated());
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)