- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testCreateSuggestTextIdWithLongText (0.14 sec)
-
src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java
assertNotNull(specialId); assertEquals(Base64.getEncoder().encodeToString(specialText.getBytes(CoreLibConstants.CHARSET_UTF_8)), specialId); } @Test public void testCreateSuggestTextIdWithLongText() { // Test text that exceeds maximum length after encoding StringBuilder sb = new StringBuilder(); for (int i = 0; i < 500; i++) { sb.append("0123456789"); }
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 18.2K bytes - Viewed (0)