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) Deprecated, for removal: This API element is subject to removal in a future version.static boolean
JobTestHelper.areJobsAvailable
(FlowableRule activitiRule) Deprecated, for removal: This API element is subject to removal in a future version.static void
JobTestHelper.executeJobExecutorForTime
(FlowableRule activitiRule, long maxMillisToWait, long intervalMillis) Deprecated, for removal: This API element is subject to removal in a future version.static void
JobTestHelper.waitForJobExecutorOnCondition
(FlowableRule activitiRule, long maxMillisToWait, long intervalMillis, Callable<Boolean> condition) Deprecated, for removal: This API element is subject to removal in a future version.static void
HistoryTestHelper.waitForJobExecutorToProcessAllHistoryJobs
(FlowableRule activitiRule, long maxMillisToWait, long intervalMillis) Deprecated, for removal: This API element is subject to removal in a future version.static void
JobTestHelper.waitForJobExecutorToProcessAllJobs
(FlowableRule rule, long maxMillisToWait, long intervalMillis) Deprecated, for removal: This API element is subject to removal in a future version.
HistoryTestHelper.areHistoryJobsAvailable(ManagementService)
instead.