- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_getId_minValue (0.13 seconds)
-
src/test/java/org/codelibs/fess/dict/DictionaryItemTest.java
// Test with maximum Long value dictionaryItem.id = Long.MAX_VALUE; assertEquals(Long.MAX_VALUE, dictionaryItem.getId()); } @Test public void test_getId_minValue() { // Test with minimum Long value dictionaryItem.id = Long.MIN_VALUE; assertEquals(Long.MIN_VALUE, dictionaryItem.getId()); } @Test public void test_multipleInstances() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 4.3K bytes - Click Count (0)