protected static HumanTaskAssert |
HumanTaskAssert.assertThat(ProcessEngine engine,
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(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(CaseExecutionQuery query) |
|
HumanTaskAssert |
StageAssert.humanTask(String activityId) |
|
HumanTaskAssert |
StageAssert.humanTask(CaseExecutionQuery query) |
|
HumanTaskAssert |
HumanTaskAssert.isActive() |
|
HumanTaskAssert |
HumanTaskAssert.isAvailable() |
|
HumanTaskAssert |
HumanTaskAssert.isCompleted() |
|
HumanTaskAssert |
HumanTaskAssert.isDisabled() |
|
HumanTaskAssert |
HumanTaskAssert.isEnabled() |
|
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() |
|