- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_execute_success (0.05 sec)
-
src/test/java/org/codelibs/fess/job/UpdateLabelJobTest.java
} }; ComponentUtil.register(mockLanguageHelper, "languageHelper"); } // Test execute() method with successful processing public void test_execute_success() { String result = updateLabelJob.execute(); assertNotNull(result); assertTrue(result.contains("3 docs")); // 3 documents processed assertFalse(result.contains("exception")); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.4K bytes - Viewed (0)