- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getCacheKey_longStrings (0.08 sec)
-
src/test/java/org/codelibs/fess/helper/PopularWordHelperTest.java
assertNotNull(testHelper.cache); } public void test_CACHE_KEY_SPLITTER() { assertEquals('\n', PopularWordHelper.CACHE_KEY_SPLITTER); } public void test_getCacheKey_longStrings() { String seed = "very_long_seed_" + "x".repeat(100); String[] tags = { "long_tag_" + "y".repeat(50), "another_long_tag_" + "z".repeat(50) }; String[] roles = { "long_role_" + "a".repeat(50) };
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 11K bytes - Viewed (0)