- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_run_nullDataService (0.64 sec)
-
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
assertTrue(indexUpdater.finishedSessionIdList.contains("session3")); } // Test run method with null DataService public void test_run_nullDataService() { indexUpdater.dataService = null; try { indexUpdater.run(); fail("Should throw FessSystemException"); } catch (FessSystemException e) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0)