- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getJobExecutor_withoutSuffix (0.15 sec)
-
src/test/java/org/codelibs/fess/util/ComponentUtilTest.java
ComponentUtil.getJobExecutor("testJobExecutor"); fail("Should throw exception"); } catch (Exception e) { // Expected } } public void test_getJobExecutor_withoutSuffix() { try { ComponentUtil.getJobExecutor("test"); 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)