Uses of Class
org.flowable.engine.test.mock.FlowableMockSupport
Packages that use FlowableMockSupport
Package
Description
Helper classes for testing processes.
-
Uses of FlowableMockSupport in org.flowable.engine.impl.test
Methods in org.flowable.engine.impl.test with parameters of type FlowableMockSupportModifier and TypeMethodDescriptionstatic void
TestHelper.annotationMockSupportSetup
(Class<?> testClass, String methodName, FlowableMockSupport mockSupport) static void
TestHelper.annotationMockSupportTeardown
(FlowableMockSupport mockSupport) protected static void
TestHelper.handleMockServiceTaskAnnotation
(FlowableMockSupport mockSupport, Method method) static void
TestHelper.handleMockServiceTaskAnnotation
(FlowableMockSupport mockSupport, MockServiceTask mockedServiceTask) protected static void
TestHelper.handleMockServiceTasksAnnotation
(FlowableMockSupport mockSupport, Method method) protected static void
TestHelper.handleNoOpServiceTasksAnnotation
(FlowableMockSupport mockSupport, Method method) static void
TestHelper.handleNoOpServiceTasksAnnotation
(FlowableMockSupport mockSupport, NoOpServiceTasks noOpServiceTasks) -
Uses of FlowableMockSupport in org.flowable.engine.test
Fields in org.flowable.engine.test declared as FlowableMockSupportModifier and TypeFieldDescriptionprotected FlowableMockSupport
FlowableRule.mockSupport
protected final FlowableMockSupport
FlowableTestHelper.mockSupport
Methods in org.flowable.engine.test that return FlowableMockSupportModifier and TypeMethodDescriptionFlowableRule.getMockSupport()
FlowableTestCase.getMockSupport()
FlowableTestHelper.getMockSupport()
FlowableRule.mockSupport()
FlowableTestCase.mockSupport()