- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_equals_withNewInput (0.07 sec)
-
src/test/java/org/codelibs/fess/dict/stopwords/StopwordsItemTest.java
// Null and different class assertFalse(item1.equals(null)); assertFalse(item1.equals("string")); assertFalse(item1.equals(new Object())); } public void test_equals_withNewInput() { // Test equals method with newInput set StopwordsItem item1 = new StopwordsItem(1, "test"); StopwordsItem item2 = new StopwordsItem(1, "test"); item1.setNewInput("updated");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.9K bytes - Viewed (0)