Class CaseExecutionAssert

    • Constructor Detail

      • CaseExecutionAssert

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

      • assertThat

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

        public CaseExecutionAssert isAvailable()
        Description copied from class: AbstractCaseAssert
        Verifies the expectation that the CaseExecution is 'available'. Change visibility to public for those inheriting classes for whose underlying objects under test this status makes sense
        Overrides:
        isAvailable in class AbstractCaseAssert<CaseExecutionAssert,​org.camunda.bpm.engine.runtime.CaseExecution>
        Returns:
        this
      • isEnabled

        public CaseExecutionAssert isEnabled()
        Description copied from class: AbstractCaseAssert
        Verifies the expectation that the CaseExecution is 'enabled'. Change visibility to public for those inheriting classes for whose underlying objects under test this status makes sense
        Overrides:
        isEnabled in class AbstractCaseAssert<CaseExecutionAssert,​org.camunda.bpm.engine.runtime.CaseExecution>
        Returns:
        this
      • isDisabled

        public CaseExecutionAssert isDisabled()
        Description copied from class: AbstractCaseAssert
        Verifies the expectation that the CaseExecution is 'disabled'. Change visibility to public for those inheriting classes for whose underlying objects under test this status makes sense
        Overrides:
        isDisabled in class AbstractCaseAssert<CaseExecutionAssert,​org.camunda.bpm.engine.runtime.CaseExecution>
        Returns:
        this
      • isActive

        public CaseExecutionAssert isActive()
        Description copied from class: AbstractCaseAssert
        Verifies the expectation that the CaseExecution is 'active'. Change visibility to public for those inheriting classes for whose underlying objects under test this status makes sense
        Overrides:
        isActive in class AbstractCaseAssert<CaseExecutionAssert,​org.camunda.bpm.engine.runtime.CaseExecution>
        Returns:
        this
      • isCompleted

        public CaseExecutionAssert isCompleted()
        Description copied from class: AbstractCaseAssert
        Verifies the expectation that the CaseExecution is 'completed'. Change visibility to public for those inheriting classes for whose underlying objects under test this status makes sense
        Overrides:
        isCompleted in class AbstractCaseAssert<CaseExecutionAssert,​org.camunda.bpm.engine.runtime.CaseExecution>
        Returns:
        this
      • isTerminated

        public CaseExecutionAssert isTerminated()
        Description copied from class: AbstractCaseAssert
        Verifies the expectation that the CaseExecution is 'terminated'. Change visibility to public for those inheriting classes for whose underlying objects under test this status makes sense
        Overrides:
        isTerminated in class AbstractCaseAssert<CaseExecutionAssert,​org.camunda.bpm.engine.runtime.CaseExecution>
        Returns:
        this
      • isCaseInstance

        public CaseInstanceAssert isCaseInstance()
        Description copied from class: AbstractCaseAssert
        Verifies the expectation that the CaseExecution is the 'case' instance. Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense
        Overrides:
        isCaseInstance in class AbstractCaseAssert<CaseExecutionAssert,​org.camunda.bpm.engine.runtime.CaseExecution>
        Returns:
        this
      • isStage

        public StageAssert isStage()
        Description copied from class: AbstractCaseAssert
        Verifies the expectation that the CaseExecution is a 'stage' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense
        Overrides:
        isStage in class AbstractCaseAssert<CaseExecutionAssert,​org.camunda.bpm.engine.runtime.CaseExecution>
        Returns:
        this
      • isHumanTask

        public HumanTaskAssert isHumanTask()
        Description copied from class: AbstractCaseAssert
        Verifies the expectation that the CaseExecution is a 'humanTask' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense
        Overrides:
        isHumanTask in class AbstractCaseAssert<CaseExecutionAssert,​org.camunda.bpm.engine.runtime.CaseExecution>
        Returns:
        this
      • isProcessTask

        public ProcessTaskAssert isProcessTask()
        Description copied from class: AbstractCaseAssert
        Verifies the expectation that the CaseExecution is a 'processTask' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense
        Overrides:
        isProcessTask in class AbstractCaseAssert<CaseExecutionAssert,​org.camunda.bpm.engine.runtime.CaseExecution>
        Returns:
        this
      • isCaseTask

        public CaseTaskAssert isCaseTask()
        Description copied from class: AbstractCaseAssert
        Verifies the expectation that the CaseExecution is a 'caseTask' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense
        Overrides:
        isCaseTask in class AbstractCaseAssert<CaseExecutionAssert,​org.camunda.bpm.engine.runtime.CaseExecution>
        Returns:
        this
      • isMilestone

        public MilestoneAssert isMilestone()
        Description copied from class: AbstractCaseAssert
        Verifies the expectation that the CaseExecution is a 'milestone' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense
        Overrides:
        isMilestone in class AbstractCaseAssert<CaseExecutionAssert,​org.camunda.bpm.engine.runtime.CaseExecution>
        Returns:
        this