| Package | Description |
|---|---|
| org.camunda.bpm.engine.test.assertions.cmmn |
| Modifier and Type | Method and Description |
|---|---|
protected static CaseTaskAssert |
CaseTaskAssert.assertThat(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.runtime.CaseExecution actual) |
CaseTaskAssert |
StageAssert.caseTask() |
CaseTaskAssert |
CaseInstanceAssert.caseTask() |
protected CaseTaskAssert |
AbstractCaseAssert.caseTask()
Enter into a chained
CaseTaskAssert inspecting the one and mostly
one 'caseTask' currently available in the context of the actual caseExecution
under test of this AbstractCaseAssert. |
CaseTaskAssert |
StageAssert.caseTask(org.camunda.bpm.engine.runtime.CaseExecutionQuery query) |
CaseTaskAssert |
CaseInstanceAssert.caseTask(org.camunda.bpm.engine.runtime.CaseExecutionQuery query) |
protected CaseTaskAssert |
AbstractCaseAssert.caseTask(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
Enter into a chained
CaseTaskAssert inspecting the one and mostly
one 'caseTask' currently available in the context of the actual caseExecution
under test of this AbstractCaseAssert. |
CaseTaskAssert |
StageAssert.caseTask(String activityId) |
CaseTaskAssert |
CaseInstanceAssert.caseTask(String activityId) |
protected CaseTaskAssert |
AbstractCaseAssert.caseTask(String activityId)
Enter into a chained
CaseTaskAssert inspecting the one and mostly
one 'caseTask' currently available in the context of the actual caseExecution
under test of this AbstractCaseAssert. |
CaseTaskAssert |
CaseTaskAssert.hasNoVariables()
Verifies the expectation that the
CaseTask holds no
case variables at all. |
CaseTaskAssert |
CaseTaskAssert.hasVariables(String... names)
Verifies the expectation that the
CaseTask holds one or
more case variables with the specified names. |
CaseTaskAssert |
CaseTaskAssert.isActive()
Verifies the expectation that the
CaseTask is in CaseExecutionState 'active'. |
CaseTaskAssert |
CaseTaskAssert.isAvailable()
Verifies the expectation that the
CaseTask is in CaseExecutionState 'available'. |
CaseTaskAssert |
CaseExecutionAssert.isCaseTask() |
protected CaseTaskAssert |
AbstractCaseAssert.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 |
CaseTaskAssert |
CaseTaskAssert.isCompleted()
Verifies the expectation that the
CaseTask is in CaseExecutionState 'completed'. |
CaseTaskAssert |
CaseTaskAssert.isDisabled()
Verifies the expectation that the
CaseTask is in CaseExecutionState 'disabled'. |
CaseTaskAssert |
CaseTaskAssert.isEnabled()
Verifies the expectation that the
CaseTask is in CaseExecutionState 'enabled'. |
CaseTaskAssert |
CaseTaskAssert.isFailed()
Verifies the expectation that the
CaseTask is in CaseExecutionState 'failed'. |
CaseTaskAssert |
CaseTaskAssert.isSuspended()
Verifies the expectation that the
CaseTask is in CaseExecutionState 'suspended'. |
CaseTaskAssert |
CaseTaskAssert.isTerminated()
Verifies the expectation that the
CaseTask is in CaseExecutionState 'terminated'. |
Copyright © 2019 Camunda Services GmbH. All rights reserved.