Uses of Class
org.camunda.community.mockito.delegate.DelegateTaskFake
Packages that use DelegateTaskFake
-
Uses of DelegateTaskFake in org.camunda.community.mockito
Methods in org.camunda.community.mockito that return DelegateTaskFake -
Uses of DelegateTaskFake in org.camunda.community.mockito.delegate
Methods in org.camunda.community.mockito.delegate that return DelegateTaskFakeModifier and TypeMethodDescriptionDelegateTaskFake.withAssignee(String assignee) DelegateTaskFake.withCaseDefinitionId(String caseDefinitionId) DelegateTaskFake.withCaseExecution(org.camunda.bpm.engine.delegate.DelegateCaseExecution caseExecution) DelegateTaskFake.withCaseExecutionId(String caseExecutionId) DelegateTaskFake.withCaseInstanceId(String caseInstanceId) DelegateTaskFake.withCreateTime(Date createTime) DelegateTaskFake.withDeleteReason(String deleteReason) DelegateTaskFake.withDescription(String description) DelegateTaskFake.withEventName(String eventName) DelegateTaskFake.withExecution(org.camunda.bpm.engine.delegate.DelegateExecution execution) DelegateTaskFake.withExecutionId(String executionId) DelegateTaskFake.withFollowUpDate(Date followUpDate) DelegateTaskFake.withLastUpdated(Date lastUpdated) DelegateTaskFake.withPriority(int priority) DelegateTaskFake.withProcessDefinitionId(String processDefinitionId) DelegateTaskFake.withProcessInstanceId(String processInstanceId) DelegateTaskFake.withTaskDefinitionKey(String taskDefinitionKey) DelegateTaskFake.withTenantId(String tenantId)