Uses of Class
org.camunda.community.mockito.mock.FluentExecutionListenerMock
Packages that use FluentExecutionListenerMock
-
Uses of FluentExecutionListenerMock in org.camunda.community.mockito
Methods in org.camunda.community.mockito that return FluentExecutionListenerMockModifier and TypeMethodDescriptionstatic FluentExecutionListenerMockCamundaMockito.getExecutionListenerMock(Class<?> type) static FluentExecutionListenerMockCamundaMockito.getExecutionListenerMock(String name) Returns the registered FluentExecutionListenerMock instance for name.static FluentExecutionListenerMockDelegateExpressions.getExecutionListenerMock(Class<?> type) static FluentExecutionListenerMockDelegateExpressions.getExecutionListenerMock(String name) Returns the registered FluentExecutionListenerMock instance for name.static FluentExecutionListenerMockCamundaMockito.registerExecutionListenerMock(Class<? extends org.camunda.bpm.engine.delegate.ExecutionListener> type) Registers a new FluentExecutionListenerMock instance for name (by type).static FluentExecutionListenerMockCamundaMockito.registerExecutionListenerMock(String name) Registers a new FluentExecutionListenerMock instance for name.static FluentExecutionListenerMockDelegateExpressions.registerExecutionListenerMock(Class<? extends org.camunda.bpm.engine.delegate.ExecutionListener> type) Registers a new FluentExecutionListenerMock instance for name (by type).static FluentExecutionListenerMockDelegateExpressions.registerExecutionListenerMock(String name) Registers a new FluentExecutionListenerMock instance for name.Methods in org.camunda.community.mockito with parameters of type FluentExecutionListenerMockModifier and TypeMethodDescriptionstatic MockitoVerification<org.camunda.bpm.engine.delegate.DelegateExecution>CamundaMockito.verifyExecutionListenerMock(FluentExecutionListenerMock fluentExecutionListenerMock) Creates a verification instance for ExecutionListener.static MockitoVerification<org.camunda.bpm.engine.delegate.DelegateExecution>DelegateExpressions.verifyExecutionListenerMock(FluentExecutionListenerMock fluentExecutionListenerMock) Creates a verification instance for ExecutionListener.