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