- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getCacheKey_emptyArrays (0.08 sec)
-
src/test/java/org/codelibs/fess/helper/PopularWordHelperTest.java
// Should contain 4 separators even with null arrays long separatorCount = result.chars().filter(ch -> ch == '\n').count(); assertEquals(4, separatorCount); } public void test_getCacheKey_emptyArrays() { String seed = "test_seed"; String[] tags = new String[0]; String[] roles = new String[0]; String[] fields = new String[0]; String[] excludes = new String[0];
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 11K bytes - Viewed (0)