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.
|
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.
|
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 |
CaseInstanceAssert.humanTask(String activityId) |
|
HumanTaskAssert |
CaseInstanceAssert.humanTask(org.camunda.bpm.engine.runtime.CaseExecutionQuery query) |
|
HumanTaskAssert |
StageAssert.humanTask(String activityId) |
|
HumanTaskAssert |
StageAssert.humanTask(org.camunda.bpm.engine.runtime.CaseExecutionQuery query) |
|
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'.
|
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 |
CaseExecutionAssert.isHumanTask() |
|
HumanTaskAssert |
HumanTaskAssert.isTerminated() |
Verifies the expectation that the HumanTask is in CaseExecutionState 'terminated'.
|