- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getCacheKey_specialCharacters (0.42 sec)
-
src/test/java/org/codelibs/fess/helper/PopularWordHelperTest.java
String result = popularWordHelper.getCacheKey(seed, tags, roles, fields, excludes); assertNotNull(result); assertTrue(result.startsWith("null")); } public void test_getCacheKey_specialCharacters() { String seed = "test@seed#with$special%chars"; String[] tags = { "tag@1", "tag#2" }; String[] roles = { "role$1", "role%2" }; String[] fields = { "field&1", "field*2" };
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 11K bytes - Viewed (0)