Uses of Class
org.camunda.community.mockito.delegate.DelegateCaseExecutionFake
Packages that use DelegateCaseExecutionFake
-
Uses of DelegateCaseExecutionFake in org.camunda.community.mockito
Methods in org.camunda.community.mockito that return DelegateCaseExecutionFakeModifier and TypeMethodDescriptionstatic DelegateCaseExecutionFakeCamundaMockito.delegateCaseExecutionFake() -
Uses of DelegateCaseExecutionFake in org.camunda.community.mockito.delegate
Methods in org.camunda.community.mockito.delegate that return DelegateCaseExecutionFakeModifier and TypeMethodDescriptionDelegateTaskFake.getCaseExecutionFake()DelegateCaseExecutionFake.withActivityId(String activityId) DelegateCaseExecutionFake.withActivityName(String activityName) DelegateCaseExecutionFake.withBusinessKey(String businessKey) DelegateCaseExecutionFake.withCaseBusinessKey(String caseBusinessKey) DelegateCaseExecutionFake.withCaseDefinitionId(String caseDefinitionId) DelegateCaseExecutionFake.withCaseExecutionState(org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState caseExecutionState) DelegateCaseExecutionFake.withCaseInstanceId(String caseInstanceId) DelegateCaseExecutionFake.withEventName(String eventName) DelegateCaseExecutionFake.withParentId(String parentId) DelegateCaseExecutionFake.withTenantId(String tenantId)