static FluentExecutionListenerMock |
CamundaMockito.getExecutionListenerMock(Class<?> type) |
|
static FluentExecutionListenerMock |
CamundaMockito.getExecutionListenerMock(String name) |
Returns the registered FluentExecutionListenerMock instance for name.
|
static FluentExecutionListenerMock |
DelegateExpressions.getExecutionListenerMock(Class<?> type) |
|
static FluentExecutionListenerMock |
DelegateExpressions.getExecutionListenerMock(String name) |
Returns the registered FluentExecutionListenerMock instance for name.
|
static FluentExecutionListenerMock |
CamundaMockito.registerExecutionListenerMock(Class<? extends org.camunda.bpm.engine.delegate.ExecutionListener> type) |
Registers a new FluentExecutionListenerMock instance for name (by type).
|
static FluentExecutionListenerMock |
CamundaMockito.registerExecutionListenerMock(String name) |
Registers a new FluentExecutionListenerMock instance for name.
|
static FluentExecutionListenerMock |
DelegateExpressions.registerExecutionListenerMock(Class<? extends org.camunda.bpm.engine.delegate.ExecutionListener> type) |
Registers a new FluentExecutionListenerMock instance for name (by type).
|
static FluentExecutionListenerMock |
DelegateExpressions.registerExecutionListenerMock(String name) |
Registers a new FluentExecutionListenerMock instance for name.
|