Uses of Class
org.flowable.engine.test.FlowableRule
-
Packages that use FlowableRule Package Description org.flowable.engine.impl.test -
-
Uses of FlowableRule in org.flowable.engine.impl.test
Methods in org.flowable.engine.impl.test with parameters of type FlowableRule Modifier and Type Method Description static booleanHistoryTestHelper. areHistoryJobsAvailable(FlowableRule activitiRule)static booleanJobTestHelper. areJobsAvailable(FlowableRule activitiRule)static voidJobTestHelper. executeJobExecutorForTime(FlowableRule activitiRule, long maxMillisToWait, long intervalMillis)static voidJobTestHelper. waitForJobExecutorOnCondition(FlowableRule activitiRule, long maxMillisToWait, long intervalMillis, Callable<Boolean> condition)static voidHistoryTestHelper. waitForJobExecutorToProcessAllHistoryJobs(FlowableRule activitiRule, long maxMillisToWait, long intervalMillis)static voidJobTestHelper. waitForJobExecutorToProcessAllJobs(FlowableRule rule, long maxMillisToWait, long intervalMillis)
-