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 CaseExecutionAssertCaseExecutionAssert. assertThat(ProcessEngine engine, CaseExecution actual)static CaseExecutionAssertCmmnAwareTests. assertThat(CaseExecution actual)Assert that...protected CaseExecutionAssertAbstractCaseAssert. caseExecution(CaseExecutionQuery query)Retrieve a childCaseExecutioncurrently available in the context of the actual caseExecution under test of this AbstractCaseAssert.protected CaseExecutionAssertAbstractCaseAssert. descendantCaseExecution(CaseExecutionQuery query)Retrieve any descendantCaseExecutioncurrently available in the context of the actual caseInstance under test of this AbstractCaseAssert.CaseExecutionAssertCaseExecutionAssert. isActive()CaseExecutionAssertCaseExecutionAssert. isAvailable()CaseExecutionAssertCaseExecutionAssert. isCompleted()CaseExecutionAssertCaseExecutionAssert. isDisabled()CaseExecutionAssertCaseExecutionAssert. isEnabled()CaseExecutionAssertCaseExecutionAssert. isTerminated()
-