Uses of Class
org.camunda.bpm.engine.test.assertions.cmmn.MilestoneAssert
-
Packages that use MilestoneAssert Package Description org.camunda.bpm.engine.test.assertions.cmmn -
-
Uses of MilestoneAssert in org.camunda.bpm.engine.test.assertions.cmmn
Methods in org.camunda.bpm.engine.test.assertions.cmmn that return MilestoneAssert Modifier and Type Method Description protected static MilestoneAssert
MilestoneAssert. assertThat(ProcessEngine engine, CaseExecution actual)
MilestoneAssert
MilestoneAssert. isAvailable()
Verifies the expectation that theCaseExecution
is 'available'.MilestoneAssert
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 senseMilestoneAssert
CaseExecutionAssert. isMilestone()
MilestoneAssert
MilestoneAssert. isTerminated()
Verifies the expectation that theCaseExecution
is 'terminated'.protected MilestoneAssert
AbstractCaseAssert. milestone(String activityId)
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.MilestoneAssert
CaseInstanceAssert. milestone(String activityId)
MilestoneAssert
CaseInstanceAssert. milestone(CaseExecutionQuery query)
MilestoneAssert
StageAssert. milestone(String activityId)
MilestoneAssert
StageAssert. milestone(CaseExecutionQuery query)
-