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 MilestoneAssertMilestoneAssert. assertThat(ProcessEngine engine, CaseExecution actual)MilestoneAssertMilestoneAssert. isAvailable()Verifies the expectation that theCaseExecutionis 'available'.MilestoneAssertMilestoneAssert. isCompleted()Verifies the expectation that theCaseExecutionis 'completed'.protected MilestoneAssertAbstractCaseAssert. isMilestone()Verifies the expectation that theCaseExecutionis a 'milestone' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes senseMilestoneAssertCaseExecutionAssert. isMilestone()MilestoneAssertMilestoneAssert. isTerminated()Verifies the expectation that theCaseExecutionis 'terminated'.protected MilestoneAssertAbstractCaseAssert. milestone(String activityId)Enter into a chainedMilestoneAssertinspecting the one and mostly one 'milestone' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.protected MilestoneAssertAbstractCaseAssert. milestone(CaseExecutionQuery query)Enter into a chainedMilestoneAssertinspecting the one and mostly one 'milestone' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.MilestoneAssertCaseInstanceAssert. milestone(String activityId)MilestoneAssertCaseInstanceAssert. milestone(CaseExecutionQuery query)MilestoneAssertStageAssert. milestone(String activityId)MilestoneAssertStageAssert. milestone(CaseExecutionQuery query)
-