| Package | Description |
|---|---|
| org.camunda.bpm.extension.mockito |
| Modifier and Type | Method and Description |
|---|---|
static FluentExecutionListenerMock |
CamundaMockito.getExecutionListenerMock(Class<?> type) |
static FluentExecutionListenerMock |
DelegateExpressions.getExecutionListenerMock(Class<?> type) |
static FluentExecutionListenerMock |
CamundaMockito.getExecutionListenerMock(String name)
Returns the registered FluentExecutionListenerMock instance for name.
|
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 |
DelegateExpressions.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(String name)
Registers a new FluentExecutionListenerMock instance for name.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
Copyright © 2020 Camunda Services GmbH. All rights reserved.