Class MilestoneAssert

  • All Implemented Interfaces:
    org.assertj.core.api.Assert<MilestoneAssert,​org.camunda.bpm.engine.runtime.CaseExecution>, org.assertj.core.api.Descriptable<MilestoneAssert>, org.assertj.core.api.ExtensionPoints<MilestoneAssert,​org.camunda.bpm.engine.runtime.CaseExecution>

    public class MilestoneAssert
    extends AbstractCaseAssert<MilestoneAssert,​org.camunda.bpm.engine.runtime.CaseExecution>
    • Constructor Detail

      • MilestoneAssert

        protected MilestoneAssert​(org.camunda.bpm.engine.ProcessEngine engine,
                                  org.camunda.bpm.engine.runtime.CaseExecution actual)
    • Method Detail

      • assertThat

        protected static MilestoneAssert assertThat​(org.camunda.bpm.engine.ProcessEngine engine,
                                                    org.camunda.bpm.engine.runtime.CaseExecution actual)
      • isCompleted

        public MilestoneAssert isCompleted()
        Verifies the expectation that the CaseExecution is 'completed'. A milestone is 'completed', when his 'occur' transition was performed.
        Overrides:
        isCompleted in class AbstractCaseAssert<MilestoneAssert,​org.camunda.bpm.engine.runtime.CaseExecution>
        Returns:
        this