Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_available_withSystemHelper (0.12 sec)

  1. src/test/java/org/codelibs/fess/util/ComponentUtilTest.java

            ComponentUtil.processAfterContainerInit(() -> executionOrder.add("third"));
            assertEquals(2, executionOrder.size());
        }
    
        public void test_available_withSystemHelper() {
            ComponentUtil.register(new Object(), "systemHelper");
    
            assertFalse(ComponentUtil.available());
        }
    
        public void test_available_withoutSystemHelper() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 7.3K bytes
    - Viewed (0)
Back to top