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