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) 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)