Uses of Class
org.camunda.bpm.engine.test.assertions.TaskAssert

Packages that use TaskAssert
org.camunda.bpm.engine.test.assertions   
 

Uses of TaskAssert in org.camunda.bpm.engine.test.assertions
 

Methods in org.camunda.bpm.engine.test.assertions that return TaskAssert
static TaskAssert ProcessEngineAssertions.assertThat(org.camunda.bpm.engine.task.Task actual)
          Assert that... the given Task meets your expecations.
 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.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.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 © 2014 camunda services GmbH. All Rights Reserved.