Uses of Class
org.flowable.engine.test.FlowableRule
Packages that use FlowableRule
-
Uses of FlowableRule in org.flowable.engine.impl.test
Methods in org.flowable.engine.impl.test with parameters of type FlowableRuleModifier and TypeMethodDescriptionstatic boolean
HistoryTestHelper.areHistoryJobsAvailable
(FlowableRule activitiRule) static boolean
JobTestHelper.areJobsAvailable
(FlowableRule activitiRule) static void
JobTestHelper.executeJobExecutorForTime
(FlowableRule activitiRule, long maxMillisToWait, long intervalMillis) static void
JobTestHelper.waitForJobExecutorOnCondition
(FlowableRule activitiRule, long maxMillisToWait, long intervalMillis, Callable<Boolean> condition) static void
HistoryTestHelper.waitForJobExecutorToProcessAllHistoryJobs
(FlowableRule activitiRule, long maxMillisToWait, long intervalMillis) static void
JobTestHelper.waitForJobExecutorToProcessAllJobs
(FlowableRule rule, long maxMillisToWait, long intervalMillis)