- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testCreateSuggestTextId (0.08 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: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 18.2K bytes - Viewed (0)