Uses of Class
org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
-
Packages that use StageAssert Package Description org.camunda.bpm.engine.test.assertions.cmmn -
-
Uses of StageAssert in org.camunda.bpm.engine.test.assertions.cmmn
Methods in org.camunda.bpm.engine.test.assertions.cmmn that return StageAssert Modifier and Type Method Description protected static StageAssertStageAssert. assertThat(org.camunda.bpm.engine.ProcessEngine engine, org.camunda.bpm.engine.runtime.CaseExecution actual)StageAssertStageAssert. isActive()StageAssertStageAssert. isAvailable()StageAssertStageAssert. isCompleted()StageAssertStageAssert. isDisabled()StageAssertStageAssert. isEnabled()protected StageAssertAbstractCaseAssert. isStage()Verifies the expectation that theCaseExecutionis a 'stage' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes senseStageAssertCaseExecutionAssert. isStage()StageAssertStageAssert. isTerminated()protected StageAssertAbstractCaseAssert. stage(String activityId)Enter into a chainedStageAssertinspecting the one and mostly one 'stage' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.protected StageAssertAbstractCaseAssert. stage(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)Enter into a chainedStageAssertinspecting the one and mostly one 'stage' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.StageAssertCaseInstanceAssert. stage(String activityId)StageAssertCaseInstanceAssert. stage(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)StageAssertStageAssert. stage(String activityId)StageAssertStageAssert. stage(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
-