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 voidTestHelper.annotationMockSupportSetup(Class<?> testClass, String methodName, FlowableMockSupport mockSupport) static voidTestHelper.annotationMockSupportTeardown(FlowableMockSupport mockSupport) protected static voidTestHelper.handleMockServiceTaskAnnotation(FlowableMockSupport mockSupport, Method method) static voidTestHelper.handleMockServiceTaskAnnotation(FlowableMockSupport mockSupport, MockServiceTask mockedServiceTask) protected static voidTestHelper.handleMockServiceTasksAnnotation(FlowableMockSupport mockSupport, Method method) protected static voidTestHelper.handleNoOpServiceTasksAnnotation(FlowableMockSupport mockSupport, Method method) static voidTestHelper.handleNoOpServiceTasksAnnotation(FlowableMockSupport mockSupport, NoOpServiceTasks noOpServiceTasks) -
Uses of FlowableMockSupport in org.flowable.engine.test
Fields in org.flowable.engine.test declared as FlowableMockSupportModifier and TypeFieldDescriptionprotected FlowableMockSupportFlowableRule.mockSupportprotected final FlowableMockSupportFlowableTestHelper.mockSupportMethods in org.flowable.engine.test that return FlowableMockSupportModifier and TypeMethodDescriptionFlowableRule.getMockSupport()FlowableTestCase.getMockSupport()FlowableTestHelper.getMockSupport()FlowableRule.mockSupport()FlowableTestCase.mockSupport()