| Package | Description |
|---|---|
| org.camunda.bpm.engine.test.assertions.bpmn |
| Modifier and Type | Method and Description |
|---|---|
protected static TaskAssert |
TaskAssert.assertThat(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.task.Task actual) |
static TaskAssert |
BpmnAwareAssertions.assertThat(org.camunda.bpm.engine.task.Task actual)
Assert that...
|
TaskAssert |
TaskAssert.hasCandidateGroup(String candidateGroupId)
Verifies the expectation that the
Task is currently waiting to
be assigned to a user of the specified candidate group. |
TaskAssert |
TaskAssert.hasCandidateGroupAssociated(String candidateGroupId)
Verifies the expectation that the
Task is currently associated to the
specified candidate group - no matter whether it is already assigned to a
specific user or not. |
TaskAssert |
TaskAssert.hasCandidateUser(String candidateUserId)
Verifies the expectation that the
Task is currently waiting to
be assigned to a specified candidate user. |
TaskAssert |
TaskAssert.hasCandidateUser(String candidateUserId,
boolean unassignedOnly) |
TaskAssert |
TaskAssert.hasCandidateUserAssociated(String candidateUserId)
Verifies the expectation that the
Task is currently associated to the
specified candidate user - no matter whether it is already assigned to a
specific user or not. |
TaskAssert |
TaskAssert.hasDefinitionKey(String taskDefinitionKey)
Verifies the definition key of a
Task. |
TaskAssert |
TaskAssert.hasDescription(String description)
Verifies the description of a
Task. |
TaskAssert |
TaskAssert.hasDueDate(Date dueDate)
Verifies the due date of a
Task. |
TaskAssert |
TaskAssert.hasFormKey(String formKey)
Verifies the expectation that the
Task has a specified form key. |
TaskAssert |
TaskAssert.hasId(String id)
Verifies the internal id of a
Task. |
TaskAssert |
TaskAssert.hasName(String name)
Verifies the name (label) of a
Task. |
TaskAssert |
TaskAssert.isAssignedTo(String userId)
Verifies the expectation that the
Task is currently assigned to
the specified user. |
TaskAssert |
TaskAssert.isNotAssigned()
Verifies the expectation that the
Task is currently not assigned to
any particular user. |
TaskAssert |
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.
|
TaskAssert |
ProcessInstanceAssert.task(String taskDefinitionKey)
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.
|
TaskAssert |
ProcessInstanceAssert.task(org.camunda.bpm.engine.task.TaskQuery query)
Enter into a chained task assert inspecting only tasks currently
available in the context of the process instance under test of this
ProcessInstanceAssert.
|
Copyright © 2019 Camunda Services GmbH. All rights reserved.