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