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,CaseExecution>
org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
- All Implemented Interfaces:
org.assertj.core.api.Assert<CaseExecutionAssert,,CaseExecution> org.assertj.core.api.Descriptable<CaseExecutionAssert>,org.assertj.core.api.ExtensionPoints<CaseExecutionAssert,CaseExecution>
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
engineFields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself, objects, throwUnsupportedExceptionOnEquals -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCaseExecutionAssert(ProcessEngine engine, CaseExecution actual) -
Method Summary
Modifier and TypeMethodDescriptionprotected static CaseExecutionAssertassertThat(ProcessEngine engine, CaseExecution actual) isActive()Verifies the expectation that theCaseExecutionis 'active'.Verifies the expectation that theCaseExecutionis 'available'.Verifies the expectation that theCaseExecutionis the 'case' instance.Verifies the expectation that theCaseExecutionis a 'caseTask' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes senseVerifies the expectation that theCaseExecutionis 'completed'.Verifies the expectation that theCaseExecutionis 'disabled'.Verifies the expectation that theCaseExecutionis 'enabled'.Verifies the expectation that theCaseExecutionis a 'humanTask' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes senseVerifies the expectation that theCaseExecutionis a 'milestone' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes senseVerifies the expectation that theCaseExecutionis a 'processTask' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes senseisStage()Verifies the expectation that theCaseExecutionis a 'stage' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes senseVerifies the expectation that theCaseExecutionis 'terminated'.Methods inherited from class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
caseExecution, caseExecutionQuery, caseTask, caseTask, descendantCaseExecution, getActual, getCurrent, getHistoricState, hasVars, historicCaseActivityInstanceQuery, humanTask, humanTask, isClosed, milestone, milestone, processTask, processTask, stage, stage, toString, variables, varsMethods inherited from class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
caseDefinitionQuery, caseInstanceQuery, caseService, executionQuery, externalTaskQuery, externalTaskService, formService, getExistingCurrent, getLastAssert, historicActivityInstanceQuery, historicProcessInstanceQuery, historicVariableInstanceQuery, historyService, jobQuery, managementService, processDefinitionQuery, processInstanceQuery, repositoryService, resetLastAsserts, runtimeService, taskQuery, taskServiceMethods inherited from class org.assertj.core.api.AbstractAssert
areEqual, asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, doesNotHaveSameHashCodeAs, doesNotHaveToString, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isElementOfCustomAssert, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, overridingErrorMessage, satisfies, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, satisfiesAnyOfForProxy, satisfiesForProxy, setCustomRepresentation, setDescriptionConsumer, setPrintAssertionsDescription, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveAssertion, usingRecursiveAssertion, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnErrorMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.assertj.core.api.Descriptable
as, as, as, describedAs
-
Constructor Details
-
CaseExecutionAssert
-
-
Method Details
-
assertThat
-
isAvailable
Description copied from class:AbstractCaseAssertVerifies the expectation that theCaseExecutionis 'available'. Change visibility to public for those inheriting classes for whose underlying objects under test this status makes sense- Overrides:
isAvailablein classAbstractCaseAssert<CaseExecutionAssert,CaseExecution> - Returns:
- this
-
isEnabled
Description copied from class:AbstractCaseAssertVerifies the expectation that theCaseExecutionis 'enabled'. Change visibility to public for those inheriting classes for whose underlying objects under test this status makes sense- Overrides:
isEnabledin classAbstractCaseAssert<CaseExecutionAssert,CaseExecution> - Returns:
- this
-
isDisabled
Description copied from class:AbstractCaseAssertVerifies the expectation that theCaseExecutionis 'disabled'. Change visibility to public for those inheriting classes for whose underlying objects under test this status makes sense- Overrides:
isDisabledin classAbstractCaseAssert<CaseExecutionAssert,CaseExecution> - Returns:
- this
-
isActive
Description copied from class:AbstractCaseAssertVerifies the expectation that theCaseExecutionis 'active'. Change visibility to public for those inheriting classes for whose underlying objects under test this status makes sense- Overrides:
isActivein classAbstractCaseAssert<CaseExecutionAssert,CaseExecution> - Returns:
- this
-
isCompleted
Description copied from class:AbstractCaseAssertVerifies the expectation that theCaseExecutionis 'completed'. Change visibility to public for those inheriting classes for whose underlying objects under test this status makes sense- Overrides:
isCompletedin classAbstractCaseAssert<CaseExecutionAssert,CaseExecution> - Returns:
- this
-
isTerminated
Description copied from class:AbstractCaseAssertVerifies the expectation that theCaseExecutionis 'terminated'. Change visibility to public for those inheriting classes for whose underlying objects under test this status makes sense- Overrides:
isTerminatedin classAbstractCaseAssert<CaseExecutionAssert,CaseExecution> - Returns:
- this
-
isCaseInstance
Description copied from class:AbstractCaseAssertVerifies the expectation that theCaseExecutionis the 'case' instance. Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense- Overrides:
isCaseInstancein classAbstractCaseAssert<CaseExecutionAssert,CaseExecution> - Returns:
- this
-
isStage
Description copied from class:AbstractCaseAssertVerifies the expectation that theCaseExecutionis a 'stage' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense- Overrides:
isStagein classAbstractCaseAssert<CaseExecutionAssert,CaseExecution> - Returns:
- this
-
isHumanTask
Description copied from class:AbstractCaseAssertVerifies the expectation that theCaseExecutionis a 'humanTask' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense- Overrides:
isHumanTaskin classAbstractCaseAssert<CaseExecutionAssert,CaseExecution> - Returns:
- this
-
isProcessTask
Description copied from class:AbstractCaseAssertVerifies the expectation that theCaseExecutionis a 'processTask' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense- Overrides:
isProcessTaskin classAbstractCaseAssert<CaseExecutionAssert,CaseExecution> - Returns:
- this
-
isCaseTask
Description copied from class:AbstractCaseAssertVerifies the expectation that theCaseExecutionis a 'caseTask' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense- Overrides:
isCaseTaskin classAbstractCaseAssert<CaseExecutionAssert,CaseExecution> - Returns:
- this
-
isMilestone
Description copied from class:AbstractCaseAssertVerifies the expectation that theCaseExecutionis a 'milestone' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense- Overrides:
isMilestonein classAbstractCaseAssert<CaseExecutionAssert,CaseExecution> - Returns:
- this
-