Uses of Class
org.camunda.bpm.engine.test.assertions.cmmn.HumanTaskAssert
-
Uses of HumanTaskAssert in org.camunda.bpm.engine.test.assertions.cmmn
Modifier and TypeMethodDescriptionprotected static HumanTaskAssert
HumanTaskAssert.assertThat
(ProcessEngine engine, CaseExecution actual) HumanTaskAssert.hasNoVariables()
Verifies the expectation that theHumanTask
holds no case variables at all.HumanTaskAssert.hasVariables
(String... names) Verifies the expectation that theHumanTask
holds one or more case variables with the specified names.protected HumanTaskAssert
Enter into a chainedHumanTaskAssert
inspecting the one and mostly one 'humanTask' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.protected HumanTaskAssert
AbstractCaseAssert.humanTask
(CaseExecutionQuery query) Enter into a chainedHumanTaskAssert
inspecting the one and mostly one 'humanTask' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.CaseInstanceAssert.humanTask
(CaseExecutionQuery query) StageAssert.humanTask
(CaseExecutionQuery query) HumanTaskAssert.isActive()
Verifies the expectation that theHumanTask
is inCaseExecutionState
'active'.HumanTaskAssert.isAvailable()
Verifies the expectation that theHumanTask
is inCaseExecutionState
'available'.HumanTaskAssert.isCompleted()
Verifies the expectation that theHumanTask
is inCaseExecutionState
'completed'.HumanTaskAssert.isDisabled()
Verifies the expectation that theHumanTask
is inCaseExecutionState
'disabled'.HumanTaskAssert.isEnabled()
Verifies the expectation that theHumanTask
is inCaseExecutionState
'enabled'.protected HumanTaskAssert
AbstractCaseAssert.isHumanTask()
Verifies the expectation that theCaseExecution
is a 'humanTask' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes senseCaseExecutionAssert.isHumanTask()
HumanTaskAssert.isTerminated()
Verifies the expectation that theHumanTask
is inCaseExecutionState
'terminated'.