Uses of Class
org.flowable.engine.test.mock.FlowableMockSupport
-
Packages that use FlowableMockSupport Package Description org.flowable.engine.impl.test org.flowable.engine.test 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 FlowableMockSupport Modifier and Type Method Description static 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 FlowableMockSupport Modifier and Type Field Description protected FlowableMockSupportFlowableRule. mockSupportprotected FlowableMockSupportFlowableTestHelper. mockSupportMethods in org.flowable.engine.test that return FlowableMockSupport Modifier and Type Method Description FlowableMockSupportFlowableRule. getMockSupport()FlowableMockSupportFlowableTestCase. getMockSupport()FlowableMockSupportFlowableTestHelper. getMockSupport()FlowableMockSupportFlowableRule. mockSupport()FlowableMockSupportFlowableTestCase. mockSupport()
-