Uses of Class
org.camunda.bpm.engine.test.assertions.cmmn.HumanTaskAssert

Packages that use HumanTaskAssert
org.camunda.bpm.engine.test.assertions.cmmn   
 

Uses of HumanTaskAssert in org.camunda.bpm.engine.test.assertions.cmmn
 

Methods in org.camunda.bpm.engine.test.assertions.cmmn that return HumanTaskAssert
protected static HumanTaskAssert HumanTaskAssert.assertThat(org.camunda.bpm.engine.ProcessEngine engine, org.camunda.bpm.engine.runtime.CaseExecution actual)
           
 HumanTaskAssert HumanTaskAssert.hasNoVariables()
          Verifies the expectation that the HumanTask holds no case variables at all.
 HumanTaskAssert HumanTaskAssert.hasVariables(String... names)
          Verifies the expectation that the HumanTask holds one or more case variables with the specified names.
protected  HumanTaskAssert AbstractCaseAssert.humanTask()
          Enter into a chained HumanTaskAssert inspecting the one and mostly one 'humanTask' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.
 HumanTaskAssert StageAssert.humanTask()
           
 HumanTaskAssert CaseInstanceAssert.humanTask()
           
protected  HumanTaskAssert AbstractCaseAssert.humanTask(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
          Enter into a chained HumanTaskAssert inspecting the one and mostly one 'humanTask' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.
 HumanTaskAssert StageAssert.humanTask(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
           
 HumanTaskAssert CaseInstanceAssert.humanTask(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
           
protected  HumanTaskAssert AbstractCaseAssert.humanTask(String activityId)
          Enter into a chained HumanTaskAssert inspecting the one and mostly one 'humanTask' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.
 HumanTaskAssert StageAssert.humanTask(String activityId)
           
 HumanTaskAssert CaseInstanceAssert.humanTask(String activityId)
           
 HumanTaskAssert HumanTaskAssert.isActive()
          Verifies the expectation that the HumanTask is in CaseExecutionState 'active'.
 HumanTaskAssert HumanTaskAssert.isAvailable()
          Verifies the expectation that the HumanTask is in CaseExecutionState 'available'.
 HumanTaskAssert HumanTaskAssert.isCompleted()
          Verifies the expectation that the HumanTask is in CaseExecutionState 'completed'.
 HumanTaskAssert HumanTaskAssert.isDisabled()
          Verifies the expectation that the HumanTask is in CaseExecutionState 'disabled'.
 HumanTaskAssert HumanTaskAssert.isEnabled()
          Verifies the expectation that the HumanTask is in CaseExecutionState 'enabled'.
 HumanTaskAssert HumanTaskAssert.isFailed()
          Verifies the expectation that the HumanTask is in CaseExecutionState 'failed'.
protected  HumanTaskAssert AbstractCaseAssert.isHumanTask()
          Verifies the expectation that the CaseExecution is a 'humanTask' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense
 HumanTaskAssert CaseExecutionAssert.isHumanTask()
           
 HumanTaskAssert HumanTaskAssert.isSuspended()
          Verifies the expectation that the HumanTask is in CaseExecutionState 'suspended'.
 HumanTaskAssert HumanTaskAssert.isTerminated()
          Verifies the expectation that the HumanTask is in CaseExecutionState 'terminated'.
 



Copyright © 2016 camunda services GmbH. All rights reserved.