Uses of Class
org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
-
Packages that use CaseExecutionAssert Package Description org.camunda.bpm.engine.test.assertions.cmmn -
-
Uses of CaseExecutionAssert in org.camunda.bpm.engine.test.assertions.cmmn
Methods in org.camunda.bpm.engine.test.assertions.cmmn that return CaseExecutionAssert Modifier and Type Method Description protected static CaseExecutionAssert
CaseExecutionAssert. assertThat(ProcessEngine engine, CaseExecution actual)
static CaseExecutionAssert
CmmnAwareTests. assertThat(CaseExecution actual)
Assert that...protected CaseExecutionAssert
AbstractCaseAssert. caseExecution(CaseExecutionQuery query)
Retrieve a childCaseExecution
currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.protected CaseExecutionAssert
AbstractCaseAssert. descendantCaseExecution(CaseExecutionQuery query)
Retrieve any descendantCaseExecution
currently available in the context of the actual caseInstance under test of this AbstractCaseAssert.CaseExecutionAssert
CaseExecutionAssert. isActive()
CaseExecutionAssert
CaseExecutionAssert. isAvailable()
CaseExecutionAssert
CaseExecutionAssert. isCompleted()
CaseExecutionAssert
CaseExecutionAssert. isDisabled()
CaseExecutionAssert
CaseExecutionAssert. isEnabled()
CaseExecutionAssert
CaseExecutionAssert. isTerminated()
-