Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_getCacheKey_nullParameters (0.79 sec)

  1. src/test/java/org/codelibs/fess/helper/PopularWordHelperTest.java

            // Count separators
            long separatorCount = result.chars().filter(ch -> ch == '\n').count();
            assertEquals(4, separatorCount);
        }
    
        public void test_getCacheKey_nullParameters() {
            String seed = "test_seed";
            String[] tags = null;
            String[] roles = null;
            String[] fields = null;
            String[] excludes = null;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 11K bytes
    - Viewed (0)
Back to top