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(org.camunda.bpm.engine.ProcessEngine engine, org.camunda.bpm.engine.runtime.CaseExecution actual)static CaseExecutionAssertCmmnAwareTests. assertThat(org.camunda.bpm.engine.runtime.CaseExecution actual)Assert that...protected CaseExecutionAssertAbstractCaseAssert. caseExecution(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)Retrieve a childCaseExecutioncurrently available in the context of the actual caseExecution under test of this AbstractCaseAssert.protected CaseExecutionAssertAbstractCaseAssert. descendantCaseExecution(org.camunda.bpm.engine.runtime.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()
-