Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_getCacheKey_sorting (0.08 seconds)

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

            assertTrue(result.contains("role1"));
            assertTrue(result.contains("field1"));
            assertTrue(result.contains("exclude1"));
        }
    
        @Test
        public void test_getCacheKey_sorting() {
            String seed = "test_seed";
            String[] tags = { "zzz", "aaa", "mmm" };
            String[] roles = { "role3", "role1", "role2" };
            String[] fields = { "field3", "field1", "field2" };
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 11.3K bytes
    - Click Count (0)
Back to Top