Uses of Class
org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
Packages that use TaskAssert
-
Uses of TaskAssert in org.camunda.bpm.engine.test.assertions.bpmn
Methods in org.camunda.bpm.engine.test.assertions.bpmn that return TaskAssertModifier and TypeMethodDescriptionstatic TaskAssert
BpmnAwareTests.assertThat
(Task actual) Assert that...protected static TaskAssert
TaskAssert.assertThat
(ProcessEngine engine, Task actual) TaskAssert.hasCandidateGroup
(String candidateGroupId) Verifies the expectation that theTask
is currently waiting to be assigned to a user of the specified candidate group.TaskAssert.hasCandidateGroupAssociated
(String candidateGroupId) Verifies the expectation that theTask
is currently associated to the specified candidate group - no matter whether it is already assigned to a specific user or not.TaskAssert.hasCandidateUser
(String candidateUserId) Verifies the expectation that theTask
is currently waiting to be assigned to a specified candidate user.TaskAssert.hasCandidateUser
(String candidateUserId, boolean unassignedOnly) TaskAssert.hasCandidateUserAssociated
(String candidateUserId) Verifies the expectation that theTask
is currently associated to the specified candidate user - no matter whether it is already assigned to a specific user or not.TaskAssert.hasDefinitionKey
(String taskDefinitionKey) Verifies the definition key of aTask
.TaskAssert.hasDescription
(String description) Verifies the description of aTask
.TaskAssert.hasDueDate
(Date dueDate) Verifies the due date of aTask
.TaskAssert.hasFormKey
(String formKey) Verifies the expectation that theTask
has a specified form key.Verifies the internal id of aTask
.Verifies the name (label) of aTask
.TaskAssert.isAssignedTo
(String userId) Verifies the expectation that theTask
is currently assigned to the specified user.TaskAssert.isNotAssigned()
Verifies the expectation that theTask
is currently not assigned to any particular user.ProcessInstanceAssert.task()
Enter into a chained task assert inspecting the one and mostly one task currently available in the context of the process instance under test of this ProcessInstanceAssert.Enter into a chained task assert inspecting the one and mostly one task of the specified task definition key currently available in the context of the process instance under test of this ProcessInstanceAssert.Enter into a chained task assert inspecting only tasks currently available in the context of the process instance under test of this ProcessInstanceAssert.