All Classes and Interfaces
Class
Description
Base implementation of
MockitoVerification.Interface used as a callback to set some attributes of the mocked process model (e.g.
Implementation that registers the delegates mocks for the mocked subprocess to the gived spring bean context.
Builder to stub the case service behavior regarding variables.
Verification of mocked service.
Helper to create either mock() or new() instances for given type.
This
DelegateCaseVariableInstance is useful when testing CaseVariableListeners in case plan items.Fake delegateExecution to test simple delegates/listeners without mocking.
Util class for mocking DelegateExpressions as used in the modeller.
This is a specialized
Answer that delegates to
the given ExecutionListener.Util class that delegates to
Mocks.register(String, Object) and
Mocks.get(Object) in a type-safe
way.A fluent answer always returns the mock instance itself for all methods that
have the same return type as the mock instance.
A fluent answer always returns the mock instance itself for all methods that
have the same return type as the mock instance.
Common super class for all fluent mocks.
Hides the nasty "getConfiguration from given Engine Hack" in an easy to use
function.
This is a specialized
Answer that delegates to
the given JavaDelegate.Retrieves the juel expression for given type.
Parses a given BPMN File and returns a Set of all delegateExpression names.
Return DOM document for given resource.
Builder to stub the runtime service behavior regarding variables.
Verification of mocked service.
Util class to access the helpers for mocking of Camunda Java Service API.
This is a specialized
Answer that delegates to
the given TaskListener.Builder to stub the task service behavior regarding variables.
Verification of mocked service.
Implementation of
VariableContext that internally uses a VariableMap to keep key/value pairs.