Uses of Class
org.camunda.bpm.engine.test.assertions.cmmn.MilestoneAssert
-
Uses of MilestoneAssert in org.camunda.bpm.engine.test.assertions.cmmn
Modifier and TypeMethodDescriptionprotected static MilestoneAssert
MilestoneAssert.assertThat
(ProcessEngine engine, CaseExecution actual) MilestoneAssert.isAvailable()
Verifies the expectation that theCaseExecution
is 'available'.MilestoneAssert.isCompleted()
Verifies the expectation that theCaseExecution
is 'completed'.protected MilestoneAssert
AbstractCaseAssert.isMilestone()
Verifies the expectation that theCaseExecution
is a 'milestone' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes senseCaseExecutionAssert.isMilestone()
MilestoneAssert.isTerminated()
Verifies the expectation that theCaseExecution
is 'terminated'.protected MilestoneAssert
Enter into a chainedMilestoneAssert
inspecting the one and mostly one 'milestone' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.protected MilestoneAssert
AbstractCaseAssert.milestone
(CaseExecutionQuery query) Enter into a chainedMilestoneAssert
inspecting the one and mostly one 'milestone' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.CaseInstanceAssert.milestone
(CaseExecutionQuery query) StageAssert.milestone
(CaseExecutionQuery query)