protected static CaseTaskAssert |
CaseTaskAssert.assertThat(ProcessEngine engine,
CaseExecution actual) |
|
protected CaseTaskAssert |
AbstractCaseAssert.caseTask(String activityId) |
Enter into a chained CaseTaskAssert inspecting the one and mostly
one 'caseTask' currently available in the context of the actual caseExecution
under test of this AbstractCaseAssert.
|
protected CaseTaskAssert |
AbstractCaseAssert.caseTask(CaseExecutionQuery query) |
Enter into a chained CaseTaskAssert inspecting the one and mostly
one 'caseTask' currently available in the context of the actual caseExecution
under test of this AbstractCaseAssert.
|
CaseTaskAssert |
CaseInstanceAssert.caseTask(String activityId) |
|
CaseTaskAssert |
CaseInstanceAssert.caseTask(CaseExecutionQuery query) |
|
CaseTaskAssert |
StageAssert.caseTask(String activityId) |
|
CaseTaskAssert |
StageAssert.caseTask(CaseExecutionQuery query) |
|
CaseTaskAssert |
CaseTaskAssert.hasNoVariables() |
Verifies the expectation that the CaseTask holds no
case variables at all.
|
CaseTaskAssert |
CaseTaskAssert.hasVariables(String... names) |
Verifies the expectation that the CaseTask holds one or
more case variables with the specified names.
|
CaseTaskAssert |
CaseTaskAssert.isActive() |
|
CaseTaskAssert |
CaseTaskAssert.isAvailable() |
|
protected CaseTaskAssert |
AbstractCaseAssert.isCaseTask() |
Verifies the expectation that the CaseExecution is a 'caseTask'
Change visibility to public for those inheriting classes for whose
underlying objects under test this assertion makes sense
|
CaseTaskAssert |
CaseExecutionAssert.isCaseTask() |
|
CaseTaskAssert |
CaseTaskAssert.isCompleted() |
|
CaseTaskAssert |
CaseTaskAssert.isDisabled() |
|
CaseTaskAssert |
CaseTaskAssert.isEnabled() |
|
CaseTaskAssert |
CaseTaskAssert.isTerminated() |
|