Uses of Class
org.camunda.community.mockito.service.RuntimeServiceFluentMock
Packages that use RuntimeServiceFluentMock
-
Uses of RuntimeServiceFluentMock in org.camunda.community.mockito
Methods in org.camunda.community.mockito that return RuntimeServiceFluentMockModifier and TypeMethodDescriptionstatic RuntimeServiceFluentMockCamundaMockito.runtimeServiceFluentMock()static RuntimeServiceFluentMockCamundaMockito.runtimeServiceFluentMock(org.camunda.bpm.engine.RuntimeService runtimeServiceMock) -
Uses of RuntimeServiceFluentMock in org.camunda.community.mockito.service
Methods in org.camunda.community.mockito.service that return RuntimeServiceFluentMockModifier and TypeMethodDescriptionRuntimeServiceFluentMock.getVariable(String variableName, Object value, Object... values) RuntimeServiceFluentMock.getVariableLocal(String variableName, Object value, Object... values) <T extends org.camunda.bpm.engine.variable.value.TypedValue>
RuntimeServiceFluentMockRuntimeServiceFluentMock.getVariableLocalTyped(String variableName, boolean deserializeValues, T value, T... values) <T extends org.camunda.bpm.engine.variable.value.TypedValue>
RuntimeServiceFluentMockRuntimeServiceFluentMock.getVariableLocalTyped(String variableName, T value, T... values) RuntimeServiceFluentMock.getVariables(Collection<String> variableNames, Map<String, Object> values) RuntimeServiceFluentMock.getVariables(Map<String, Object> values) RuntimeServiceFluentMock.getVariablesLocal(Collection<String> variableNames, Map<String, Object> values) RuntimeServiceFluentMock.getVariablesLocal(Map<String, Object> values) RuntimeServiceFluentMock.getVariablesLocalTyped(boolean deserializeValues, org.camunda.bpm.engine.variable.VariableMap values) RuntimeServiceFluentMock.getVariablesLocalTyped(Collection<String> variableNames, boolean deserializeValues, org.camunda.bpm.engine.variable.VariableMap values) RuntimeServiceFluentMock.getVariablesLocalTyped(org.camunda.bpm.engine.variable.VariableMap values) RuntimeServiceFluentMock.getVariablesTyped(boolean deserializeValues, org.camunda.bpm.engine.variable.VariableMap values) RuntimeServiceFluentMock.getVariablesTyped(Collection<String> variableNames, boolean deserializeValues, org.camunda.bpm.engine.variable.VariableMap values) RuntimeServiceFluentMock.getVariablesTyped(org.camunda.bpm.engine.variable.VariableMap values) <T extends org.camunda.bpm.engine.variable.value.TypedValue>
RuntimeServiceFluentMockRuntimeServiceFluentMock.getVariableTyped(String variableName, boolean deserializeValues, T value, T... values) <T extends org.camunda.bpm.engine.variable.value.TypedValue>
RuntimeServiceFluentMockRuntimeServiceFluentMock.getVariableTyped(String variableName, T value, T... values)