public class CaseExecutionAssert extends AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>
engine| Modifier | Constructor and Description |
|---|---|
protected |
CaseExecutionAssert(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.runtime.CaseExecution actual) |
| Modifier and Type | Method and Description |
|---|---|
protected static CaseExecutionAssert |
assertThat(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.runtime.CaseExecution actual) |
CaseExecutionAssert |
isActive()
Verifies the expectation that the
CaseExecution is 'active'. |
CaseExecutionAssert |
isAvailable()
Verifies the expectation that the
CaseExecution is 'available'. |
CaseInstanceAssert |
isCaseInstance()
Verifies the expectation that the
CaseExecution is the
'case' instance. |
CaseTaskAssert |
isCaseTask()
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 |
CaseExecutionAssert |
isClosed()
Verifies the expectation that the
CaseExecution is 'closed'. |
CaseExecutionAssert |
isCompleted()
Verifies the expectation that the
CaseExecution is 'completed'. |
CaseExecutionAssert |
isDisabled()
Verifies the expectation that the
CaseExecution is 'disabled'. |
CaseExecutionAssert |
isEnabled()
Verifies the expectation that the
CaseExecution is 'enabled'. |
CaseExecutionAssert |
isFailed()
Verifies the expectation that the
CaseExecution is 'failed'. |
HumanTaskAssert |
isHumanTask()
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 |
MilestoneAssert |
isMilestone()
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 |
ProcessTaskAssert |
isProcessTask()
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 |
StageAssert |
isStage()
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 |
CaseExecutionAssert |
isSuspended()
Verifies the expectation that the
CaseExecution is 'suspended'. |
CaseExecutionAssert |
isTerminated()
Verifies the expectation that the
CaseExecution is 'terminated'. |
caseExecution, caseExecution, caseExecution, caseExecutionQuery, caseTask, caseTask, caseTask, descendantCaseExecution, getActual, getCurrent, getHistoric, hasVars, historicCaseActivityInstanceQuery, humanTask, humanTask, humanTask, milestone, milestone, milestone, processTask, processTask, processTask, stage, stage, stage, toString, variables, varsassertApi, authorizationService, caseDefinitionQuery, caseInstanceQuery, caseService, executionQuery, formService, getExistingCurrent, getLastAssert, historicActivityInstanceQuery, historicDetailQuery, historicProcessInstanceQuery, historicTaskInstanceQuery, historicVariableInstanceQuery, historyService, identityService, jobQuery, managementService, processDefinitionQuery, processInstanceQuery, repositoryService, resetLastAsserts, runtimeService, supportsApi, taskQuery, taskService, variableInstanceQueryas, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, setCustomRepresentation, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnErrorprotected CaseExecutionAssert(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.runtime.CaseExecution actual)
protected static CaseExecutionAssert assertThat(org.camunda.bpm.engine.ProcessEngine engine, org.camunda.bpm.engine.runtime.CaseExecution actual)
public CaseExecutionAssert isAvailable()
AbstractCaseAssertCaseExecution is 'available'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes senseisAvailable in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isEnabled()
AbstractCaseAssertCaseExecution is 'enabled'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes senseisEnabled in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isDisabled()
AbstractCaseAssertCaseExecution is 'disabled'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes senseisDisabled in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isActive()
AbstractCaseAssertCaseExecution is 'active'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes senseisActive in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isSuspended()
AbstractCaseAssertCaseExecution is 'suspended'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes senseisSuspended in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isCompleted()
AbstractCaseAssertCaseExecution is 'completed'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes senseisCompleted in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isClosed()
AbstractCaseAssertCaseExecution is 'closed'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes senseisClosed in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isFailed()
AbstractCaseAssertCaseExecution is 'failed'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes senseisFailed in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isTerminated()
AbstractCaseAssertCaseExecution is 'terminated'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes senseisTerminated in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseInstanceAssert isCaseInstance()
AbstractCaseAssertCaseExecution is the
'case' instance.
Change visibility to public for those inheriting classes for whose
underlying objects under test this assertion makes senseisCaseInstance in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public StageAssert isStage()
AbstractCaseAssertCaseExecution is a 'stage'
Change visibility to public for those inheriting classes for whose
underlying objects under test this assertion makes senseisStage in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public HumanTaskAssert isHumanTask()
AbstractCaseAssertCaseExecution is a 'humanTask'
Change visibility to public for those inheriting classes for whose
underlying objects under test this assertion makes senseisHumanTask in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public ProcessTaskAssert isProcessTask()
AbstractCaseAssertCaseExecution is a 'processTask'
Change visibility to public for those inheriting classes for whose
underlying objects under test this assertion makes senseisProcessTask in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseTaskAssert isCaseTask()
AbstractCaseAssertCaseExecution is a 'caseTask'
Change visibility to public for those inheriting classes for whose
underlying objects under test this assertion makes senseisCaseTask in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public MilestoneAssert isMilestone()
AbstractCaseAssertCaseExecution is a 'milestone'
Change visibility to public for those inheriting classes for whose
underlying objects under test this assertion makes senseisMilestone in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>Copyright © 2019 Camunda Services GmbH. All rights reserved.