Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_getJobExecutor_withSuffix (0.09 sec)

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

            assertFalse(ComponentUtil.hasIngestFactory());
    
            ComponentUtil.register(new Object(), "ingestFactory");
            assertTrue(ComponentUtil.hasIngestFactory());
        }
    
        public void test_getJobExecutor_withSuffix() {
            try {
                ComponentUtil.getJobExecutor("testJobExecutor");
                fail("Should throw exception");
            } catch (Exception e) {
                // Expected
            }
        }
    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