Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_init_configuration (0.08 sec)

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

            // Verify cache is cleared (we can't directly test this without accessing the cache)
            // But we can test that it doesn't throw exceptions
            assertTrue(true);
        }
    
        public void test_init_configuration() {
            PopularWordHelper testHelper = new PopularWordHelper();
            testHelper.init();
    
            assertNotNull(testHelper.fessConfig);
            assertNotNull(testHelper.cache);
        }
    
    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