protected static ProcessTaskAssert |
ProcessTaskAssert.assertThat(ProcessEngine engine,
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() |
|
ProcessTaskAssert |
ProcessTaskAssert.isAvailable() |
|
ProcessTaskAssert |
ProcessTaskAssert.isCompleted() |
|
ProcessTaskAssert |
ProcessTaskAssert.isDisabled() |
|
ProcessTaskAssert |
ProcessTaskAssert.isEnabled() |
|
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 |
CaseExecutionAssert.isProcessTask() |
|
ProcessTaskAssert |
ProcessTaskAssert.isTerminated() |
|
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.
|
protected ProcessTaskAssert |
AbstractCaseAssert.processTask(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 |
CaseInstanceAssert.processTask(String activityId) |
|
ProcessTaskAssert |
CaseInstanceAssert.processTask(CaseExecutionQuery query) |
|
ProcessTaskAssert |
StageAssert.processTask(String activityId) |
|
ProcessTaskAssert |
StageAssert.processTask(CaseExecutionQuery query) |
|