Class CaseExecutionAssert

java.lang.Object
org.assertj.core.api.AbstractAssert<S,A>
org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert<S,A>
org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>
org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
All Implemented Interfaces:
org.assertj.core.api.Assert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>, org.assertj.core.api.Descriptable<CaseExecutionAssert>, org.assertj.core.api.ExtensionPoints<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>

public class CaseExecutionAssert extends AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>
  • Constructor Details

    • CaseExecutionAssert

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

    • 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