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