Uses of Class
org.camunda.bpm.extension.mockito.delegate.DelegateExecutionFake
-
Packages that use DelegateExecutionFake Package Description org.camunda.bpm.extension.mockito org.camunda.bpm.extension.mockito.delegate -
-
Uses of DelegateExecutionFake in org.camunda.bpm.extension.mockito
Methods in org.camunda.bpm.extension.mockito that return DelegateExecutionFake Modifier and Type Method Description static DelegateExecutionFakeCamundaMockito. delegateExecutionFake() -
Uses of DelegateExecutionFake in org.camunda.bpm.extension.mockito.delegate
Methods in org.camunda.bpm.extension.mockito.delegate that return DelegateExecutionFake Modifier and Type Method Description DelegateExecutionFakeDelegateTaskFake. getExecutionFake()Tries to cast execution to fake.static DelegateExecutionFakeDelegateExecutionFake. of()DelegateExecutionFakeDelegateExecutionFake. withActivityInstanceId(String activityInstanceId)DelegateExecutionFakeDelegateExecutionFake. withBpmnModelElementInstanceType(String type)DelegateExecutionFakeDelegateExecutionFake. withBusinessKey(String businessKey)DelegateExecutionFakeDelegateExecutionFake. withCanceled(boolean canceled)DelegateExecutionFakeDelegateExecutionFake. withCurrentActivityId(String currentActivityId)DelegateExecutionFakeDelegateExecutionFake. withCurrentActivityName(String currentActivityName)DelegateExecutionFakeDelegateExecutionFake. withCurrentTransitionId(String currentTransitionId)DelegateExecutionFakeDelegateExecutionFake. withEventName(String eventName)DelegateExecutionFakeDelegateExecutionFake. withId(String id)DelegateExecutionFakeDelegateExecutionFake. withParentActivityInstanceId(String parentActivityInstanceId)DelegateExecutionFakeDelegateExecutionFake. withParentId(String parentId)DelegateExecutionFakeDelegateExecutionFake. withProcessBusinessKey(String processBusinessKey)DelegateExecutionFakeDelegateExecutionFake. withProcessDefinitionId(String processDefinitionId)DelegateExecutionFakeDelegateExecutionFake. withProcessInstance(org.camunda.bpm.engine.delegate.DelegateExecution processInstance)DelegateExecutionFakeDelegateExecutionFake. withProcessInstanceId(String processInstanceId)DelegateExecutionFakeDelegateExecutionFake. withSuperExecution(org.camunda.bpm.engine.delegate.DelegateExecution superExecution)DelegateExecutionFakeDelegateExecutionFake. withTenantId(String tenantId)Constructors in org.camunda.bpm.extension.mockito.delegate with parameters of type DelegateExecutionFake Constructor Description IncidentFake(DelegateExecutionFake execution, String type, String configuration, String message, String jobDefinitionId, String historyConfiguration, String failedActivityId, String annotation)
-