- 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
-
- 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).
- removeVariable(String) - Method in class org.camunda.bpm.extension.mockito.delegate.VariableScopeFake
-
- removeVariableLocal(String) - Method in class org.camunda.bpm.extension.mockito.delegate.VariableScopeFake
-
- removeVariables(Collection<String>) - Method in class org.camunda.bpm.extension.mockito.delegate.VariableScopeFake
-
- removeVariables() - Method in class org.camunda.bpm.extension.mockito.delegate.VariableScopeFake
-
- removeVariablesLocal(Collection<String>) - Method in class org.camunda.bpm.extension.mockito.delegate.VariableScopeFake
-
- removeVariablesLocal() - Method in class org.camunda.bpm.extension.mockito.delegate.VariableScopeFake
-
- reset() - Static method in class org.camunda.bpm.extension.mockito.CamundaMockito
-
- reset() - Static method in class org.camunda.bpm.extension.mockito.Expressions
-
- 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.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.
- VariableInstanceQueryMock - Class in org.camunda.bpm.extension.mockito.query
-
- VariableInstanceQueryMock() - Constructor for class org.camunda.bpm.extension.mockito.query.VariableInstanceQueryMock
-
- VariableScopeFake - Class in org.camunda.bpm.extension.mockito.delegate
-
- VariableScopeFake() - Constructor for class org.camunda.bpm.extension.mockito.delegate.VariableScopeFake
-
- VariableScopeFake(String) - Constructor for 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.