- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testConstructorWithNullArrays (1.04 sec)
-
src/test/java/org/codelibs/fess/suggest/entity/SuggestItemTest.java
assertEquals(1.5f, item.getUserBoost(), 0.001f); assertNotNull(item.getTimestamp()); assertNotNull(item.getId()); } @Test public void testConstructorWithNullArrays() { // Test constructor handles null arrays gracefully String[] text = { "text" }; String[][] readings = { { "reading" } };
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 16.7K bytes - Viewed (0)