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.mockSupportDeprecated, for removal: This API element is subject to removal in a future version.protected final FlowableMockSupportFlowableTestHelper.mockSupportMethods in org.flowable.engine.test that return FlowableMockSupportModifier and TypeMethodDescriptionFlowableRule.getMockSupport()Deprecated, for removal: This API element is subject to removal in a future version.FlowableTestCase.getMockSupport()Deprecated, for removal: This API element is subject to removal in a future version.FlowableTestHelper.getMockSupport()FlowableRule.mockSupport()Deprecated, for removal: This API element is subject to removal in a future version.FlowableTestCase.mockSupport()Deprecated, for removal: This API element is subject to removal in a future version.