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 booleanHistoryTestHelper.areHistoryJobsAvailable(FlowableRule activitiRule) Deprecated, for removal: This API element is subject to removal in a future version.static booleanJobTestHelper.areJobsAvailable(FlowableRule activitiRule) Deprecated, for removal: This API element is subject to removal in a future version.static voidJobTestHelper.executeJobExecutorForTime(FlowableRule activitiRule, long maxMillisToWait, long intervalMillis) Deprecated, for removal: This API element is subject to removal in a future version.static voidJobTestHelper.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 voidHistoryTestHelper.waitForJobExecutorToProcessAllHistoryJobs(FlowableRule activitiRule, long maxMillisToWait, long intervalMillis) Deprecated, for removal: This API element is subject to removal in a future version.static voidJobTestHelper.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.