- onExecutionAddVariable(String, Object) - Method in class org.camunda.bpm.extension.mockito.process.CallActivityMock
-
On execution, the MockProcess will add the given process variable
- onExecutionAddVariables(VariableMap) - Method in class org.camunda.bpm.extension.mockito.process.CallActivityMock
-
On execution, the MockProcess will add the given VariableMap to the execution
- onExecutionDo(Consumer<DelegateExecution>) - Method in class org.camunda.bpm.extension.mockito.process.CallActivityMock
-
On execution, the MockProcess will call the given consumer with a DelegateExecution.
- onExecutionDo(String, Consumer<DelegateExecution>) - Method in class org.camunda.bpm.extension.mockito.process.CallActivityMock
-
On execution, the MockProcess will execute the given consumer with a DelegateExecution.
- onExecutionRunIntoError(Throwable) - Method in class org.camunda.bpm.extension.mockito.process.CallActivityMock
-
On execution, the MockProcess will throw a RuntimeException for the given Throwable.
- onExecutionSendMessage(String) - Method in class org.camunda.bpm.extension.mockito.process.CallActivityMock
-
On execution, the MockProcess will send the given message to all
- onExecutionSendMessage(String, String) - Method in class org.camunda.bpm.extension.mockito.process.CallActivityMock
-
On execution, the MockProcess will send the given message to a process instance with the given businessId
- onExecutionSetVariables(VariableMap) - Method in class org.camunda.bpm.extension.mockito.mock.FluentExecutionListenerMock
-
- onExecutionSetVariables(VariableMap) - Method in class org.camunda.bpm.extension.mockito.mock.FluentJavaDelegateMock
-
- onExecutionSetVariables(VariableMap) - Method in class org.camunda.bpm.extension.mockito.mock.FluentTaskListenerMock
-
- onExecutionSetVariables(VariableMap) - Method in class org.camunda.bpm.extension.mockito.process.CallActivityMock
-
On execution, the MockProcess will set the given VariableMap to the execution
(ATTENTION: This means all current process variables are replaced with the given Map!)
- onExecutionThrowBpmnError(BpmnError) - Method in class org.camunda.bpm.extension.mockito.mock.FluentExecutionListenerMock
-
- onExecutionThrowBpmnError(BpmnError) - Method in class org.camunda.bpm.extension.mockito.mock.FluentJavaDelegateMock
-
- onExecutionThrowBpmnError(BpmnError) - Method in class org.camunda.bpm.extension.mockito.mock.FluentTaskListenerMock
-
- onExecutionThrowException(Exception) - Method in class org.camunda.bpm.extension.mockito.mock.FluentExecutionListenerMock
-
- onExecutionThrowException(Exception) - Method in class org.camunda.bpm.extension.mockito.mock.FluentJavaDelegateMock
-
- onExecutionThrowException(Exception) - Method in class org.camunda.bpm.extension.mockito.mock.FluentTaskListenerMock
-
- onExecutionWaitForMessage(String) - Method in class org.camunda.bpm.extension.mockito.process.CallActivityMock
-
On execution, the MockProcess will wait for the given message
- onExecutionWaitForTimerWithDate(Date) - Method in class org.camunda.bpm.extension.mockito.process.CallActivityMock
-
On execution, the MockProcess will wait on a timer which is configured with an date
- onExecutionWaitForTimerWithDate(String) - Method in class org.camunda.bpm.extension.mockito.process.CallActivityMock
-
On execution, the MockProcess will wait on a timer which is configured with an ISO 8601 date.
- onExecutionWaitForTimerWithDuration(String) - Method in class org.camunda.bpm.extension.mockito.process.CallActivityMock
-
On execution, the MockProcess will wait on a timer which is configured with an ISO 8601 duration.
- org.camunda.bpm.extension.mockito - package org.camunda.bpm.extension.mockito
-
- org.camunda.bpm.extension.mockito.answer - package org.camunda.bpm.extension.mockito.answer
-
- org.camunda.bpm.extension.mockito.delegate - package org.camunda.bpm.extension.mockito.delegate
-
- org.camunda.bpm.extension.mockito.function - package org.camunda.bpm.extension.mockito.function
-
- org.camunda.bpm.extension.mockito.mock - package org.camunda.bpm.extension.mockito.mock
-
- org.camunda.bpm.extension.mockito.process - package org.camunda.bpm.extension.mockito.process
-
- org.camunda.bpm.extension.mockito.query - package org.camunda.bpm.extension.mockito.query
-
- org.camunda.bpm.extension.mockito.service - package org.camunda.bpm.extension.mockito.service
-
- org.camunda.bpm.extension.mockito.task - package org.camunda.bpm.extension.mockito.task
-
- org.camunda.bpm.extension.mockito.verify - package org.camunda.bpm.extension.mockito.verify
-
- owner(String) - Method in class org.camunda.bpm.extension.mockito.task.TaskFake.TaskFakeBuilder
-
- ReadXmlDocumentFromResource - Class in org.camunda.bpm.extension.mockito.function
-
Return DOM document for given resource.
- ReadXmlDocumentFromResource() - Constructor for class org.camunda.bpm.extension.mockito.function.ReadXmlDocumentFromResource
-
- registerCallActivityMock(String) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
- registerCallActivityMock(String) - Static method in class org.camunda.bpm.extension.mockito.ProcessExpressions
-
- registerExecutionListenerMock(String) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Registers a new FluentExecutionListenerMock instance for name.
- registerExecutionListenerMock(Class<? extends ExecutionListener>) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Registers a new FluentExecutionListenerMock instance for name (by type).
- registerExecutionListenerMock(String) - Static method in class org.camunda.bpm.extension.mockito.DelegateExpressions
-
Registers a new FluentExecutionListenerMock instance for name.
- registerExecutionListenerMock(Class<? extends ExecutionListener>) - Static method in class org.camunda.bpm.extension.mockito.DelegateExpressions
-
Registers a new FluentExecutionListenerMock instance for name (by type).
- registerInstance(T) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
If you already have the instance, register it directly.
- registerInstance(String, T) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Delegates to
Mocks.register(String, Object)
- registerInstance(T) - Static method in class org.camunda.bpm.extension.mockito.Expressions
-
If you already have the instance, register it directly.
- registerInstance(String, T) - Static method in class org.camunda.bpm.extension.mockito.Expressions
-
Delegates to
Mocks.register(String, Object)
- registerInstancesForFields(Object) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Registers mocks via
Mocks.register(String, Object) for
all attributes with Named-types.
- registerInstancesForFields(Object) - Static method in class org.camunda.bpm.extension.mockito.Expressions
-
Registers mocks via
Mocks.register(String, Object) for
all attributes with Named-types.
- registerJavaDelegateMock(String) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Registers a new FluentJavaDelegateMock instance for name.
- registerJavaDelegateMock(Class<? extends JavaDelegate>) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Registers a new FluentJavaDelegateMock instance for name (by type).
- registerJavaDelegateMock(String) - Static method in class org.camunda.bpm.extension.mockito.DelegateExpressions
-
Registers a new FluentJavaDelegateMock instance for name.
- registerJavaDelegateMock(Class<? extends JavaDelegate>) - Static method in class org.camunda.bpm.extension.mockito.DelegateExpressions
-
Registers a new FluentJavaDelegateMock instance for name (by type).
- registerMock(String) - Method in enum org.camunda.bpm.extension.mockito.function.ParseDelegateExpressions.ExpressionType
-
- registerMockInstance(String, Class<T>) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Creates a mock for the given type and registers it.
- registerMockInstance(Class<T>) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Creates a mock for the given type and registers it.
- registerMockInstance(String, Class<T>) - Static method in class org.camunda.bpm.extension.mockito.Expressions
-
Creates a mock for the given type and registers it.
- registerMockInstance(Class<T>) - Static method in class org.camunda.bpm.extension.mockito.Expressions
-
Creates a mock for the given type and registers it.
- registerMockInstances(Class<?>...) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Creates and registers mock instance for every given type.
- registerMockInstances(Collection<Class<?>>) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Creates and registers mock instance for every given type.
- registerMockInstances(Class<?>...) - Static method in class org.camunda.bpm.extension.mockito.Expressions
-
Creates and registers mock instance for every given type.
- registerMockInstances(Collection<Class<?>>) - Static method in class org.camunda.bpm.extension.mockito.Expressions
-
Creates and registers mock instance for every given type.
- registerMockInstancesForNestedTypes(Class<?>) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Registers mock instances for every public static nested class found in
parentClass.
- registerMockInstancesForNestedTypes(Class<?>) - Static method in class org.camunda.bpm.extension.mockito.Expressions
-
Registers mock instances for every public static nested class found in
parentClass.
- registerNewInstance(String, Class<T>) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Creates a new instance for the given type and registers it under the given
name.
- registerNewInstance(Class<T>) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Creates a new instance for the given type using the default constructor and
registers it.
- registerNewInstance(String, Class<T>) - Static method in class org.camunda.bpm.extension.mockito.Expressions
-
Creates a new instance for the given type and registers it under the given
name.
- registerNewInstance(Class<T>) - Static method in class org.camunda.bpm.extension.mockito.Expressions
-
Creates a new instance for the given type using the default constructor and
registers it.
- registerNewInstancesForNestedTypes(Class<?>) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Registers new instances for every public static nested class found in
parentClass.
- registerNewInstancesForNestedTypes(Class<?>) - Static method in class org.camunda.bpm.extension.mockito.Expressions
-
Registers new instances for every public static nested class found in
parentClass.
- registerTaskListenerMock(String) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Registers a new FluentTaskListenerMock instance for name.
- registerTaskListenerMock(Class<? extends TaskListener>) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Registers a new FluentTaskListenerMock instance for name (by type).
- registerTaskListenerMock(String) - Static method in class org.camunda.bpm.extension.mockito.DelegateExpressions
-
Registers a new FluentTaskListenerMock instance for name.
- registerTaskListenerMock(Class<? extends TaskListener>) - Static method in class org.camunda.bpm.extension.mockito.DelegateExpressions
-
Registers a new FluentTaskListenerMock instance for name (by type).
- reset() - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
- reset() - Static method in class org.camunda.bpm.extension.mockito.Expressions
-
- resolveIncident(String) - Method in class org.camunda.bpm.extension.mockito.delegate.DelegateExecutionFake
-
- runtimeServiceFluentMock() - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
- runtimeServiceFluentMock(RuntimeService) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
- RuntimeServiceFluentMock - Class in org.camunda.bpm.extension.mockito.service
-
- RuntimeServiceFluentMock() - Constructor for class org.camunda.bpm.extension.mockito.service.RuntimeServiceFluentMock
-
Create fluent mock instance and constructs the runtime service mock.
- RuntimeServiceFluentMock(RuntimeService) - Constructor for class org.camunda.bpm.extension.mockito.service.RuntimeServiceFluentMock
-
- valueOf(String) - Static method in enum org.camunda.bpm.extension.mockito.function.DeployProcess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.camunda.bpm.extension.mockito.function.GetProcessEngineConfiguration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.camunda.bpm.extension.mockito.function.NameForType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.camunda.bpm.extension.mockito.function.ParseDelegateExpressions.ExpressionType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.camunda.bpm.extension.mockito.function.DeployProcess
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.camunda.bpm.extension.mockito.function.GetProcessEngineConfiguration
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.camunda.bpm.extension.mockito.function.NameForType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.camunda.bpm.extension.mockito.function.ParseDelegateExpressions.ExpressionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variableInstanceFactory - Variable in class org.camunda.bpm.extension.mockito.delegate.VariableScopeFake
-
- VariableInstanceQueryMock - Class in org.camunda.bpm.extension.mockito.query
-
- VariableInstanceQueryMock() - Constructor for class org.camunda.bpm.extension.mockito.query.VariableInstanceQueryMock
-
- variableScopeFake() - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
- VariableScopeFake<T extends VariableScopeFake> - Class in org.camunda.bpm.extension.mockito.delegate
-
- VariableScopeFake() - Constructor for class org.camunda.bpm.extension.mockito.delegate.VariableScopeFake
-
- variableStore - Variable in class org.camunda.bpm.extension.mockito.delegate.VariableScopeFake
-
- verifyExecutionListenerMock(String) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Gets the registered FluentExecutionListenerMock and creates a verification
instance.
- verifyExecutionListenerMock(Class<?>) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Gets the registered FluentExecutionListenerMock and creates a verification
instance.
- verifyExecutionListenerMock(FluentExecutionListenerMock) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Creates a verification instance for ExecutionListener.
- verifyExecutionListenerMock(String) - Static method in class org.camunda.bpm.extension.mockito.DelegateExpressions
-
Gets the registered FluentExecutionListenerMock and creates a verification
instance.
- verifyExecutionListenerMock(Class<?>) - Static method in class org.camunda.bpm.extension.mockito.DelegateExpressions
-
Gets the registered FluentExecutionListenerMock and creates a verification
instance.
- verifyExecutionListenerMock(FluentExecutionListenerMock) - Static method in class org.camunda.bpm.extension.mockito.DelegateExpressions
-
Creates a verification instance for ExecutionListener.
- verifyJavaDelegateMock(String) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Gets the registered FluentJavaDelegateMock and creates a verification
instance.
- verifyJavaDelegateMock(Class<?>) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Gets the registered FluentJavaDelegateMock and creates a verification
instance.
- verifyJavaDelegateMock(FluentJavaDelegateMock) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Creates a verification instance for JavaDelegate.
- verifyJavaDelegateMock(String) - Static method in class org.camunda.bpm.extension.mockito.DelegateExpressions
-
Gets the registered FluentJavaDelegateMock and creates a verification
instance.
- verifyJavaDelegateMock(Class<?>) - Static method in class org.camunda.bpm.extension.mockito.DelegateExpressions
-
Gets the registered FluentJavaDelegateMock and creates a verification
instance.
- verifyJavaDelegateMock(FluentJavaDelegateMock) - Static method in class org.camunda.bpm.extension.mockito.DelegateExpressions
-
Creates a verification instance for JavaDelegate.
- verifyTaskListenerMock(String) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Gets the registered FluentTaskListenerMock and creates a verification
instance.
- verifyTaskListenerMock(Class<?>) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Gets the registered FluentExecutionListenerMock and creates a verification
instance.
- verifyTaskListenerMock(FluentTaskListenerMock) - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
Creates a verification instance for TaskListener.
- verifyTaskListenerMock(String) - Static method in class org.camunda.bpm.extension.mockito.DelegateExpressions
-
Gets the registered FluentTaskListenerMock and creates a verification
instance.
- verifyTaskListenerMock(Class<?>) - Static method in class org.camunda.bpm.extension.mockito.DelegateExpressions
-
Gets the registered FluentExecutionListenerMock and creates a verification
instance.
- verifyTaskListenerMock(FluentTaskListenerMock) - Static method in class org.camunda.bpm.extension.mockito.DelegateExpressions
-
Creates a verification instance for TaskListener.