| Class | Description |
|---|---|
| ExecutionListenerAnswer |
This is a specialized
Answer that delegates to
the given ExecutionListener. |
| FluentAnswer<T extends org.camunda.bpm.engine.query.Query<?,R>,R> |
A fluent answer always returns the mock instance itself for all methods that
have the same return type as the mock instance.
|
| FluentMessageCorrelationBuilderAnswer |
A fluent answer always returns the mock instance itself for all methods that
have the same return type as the mock instance.
|
| JavaDelegateAnswer |
This is a specialized
Answer that delegates to
the given JavaDelegate. |
| TaskListenerAnswer |
This is a specialized
Answer that delegates to
the given TaskListener. |
Copyright © 2020 Camunda Services GmbH. All rights reserved.