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