- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testCreateSuggestTextId (0.07 sec)
-
src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java
// Make it accessible to test it throws no exception constructor.setAccessible(true); constructor.newInstance(); } @Test public void testCreateSuggestTextId() { // Test normal text String text = "test text"; String id = SuggestUtil.createSuggestTextId(text); assertNotNull(id);Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 26.7K bytes - Viewed (0)