- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_getRunningJobCount_noRunningJobs (0.15 seconds)
-
src/test/java/org/codelibs/fess/job/CrawlJobTest.java
int count = crawlJob.getRunningJobCount(); assertEquals(2, count); // job1 and job3 are running } // Test getRunningJobCount with no running jobs @Test public void test_getRunningJobCount_noRunningJobs() { // Skip this test - requires complex DB setup if (true) return; final List<ScheduledJob> scheduledJobs = new ArrayList<>();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 25K bytes - Click Count (0)