- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getJobExecutor_withSuffix (0.93 sec)
-
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)