Class JobExecutorHelper

java.lang.Object
org.camunda.bpm.webapp.impl.test.util.JobExecutorHelper

public class JobExecutorHelper extends Object
Provides the JobExecutor related features of AbstractProcessEngineTestCase.
Author:
nico.rehwaldt
  • Constructor Details

    • JobExecutorHelper

      public JobExecutorHelper(ProcessEngine processEngine)
  • Method Details

    • waitForJobExecutorToProcessAllJobs

      public void waitForJobExecutorToProcessAllJobs(long maxMillisToWait)
    • waitForJobExecutorOnCondition

      public void waitForJobExecutorOnCondition(long maxMillisToWait, Callable<Boolean> condition)
    • areJobsAvailable

      public boolean areJobsAvailable()