protected static ProcessTaskAssert |
ProcessTaskAssert.assertThat(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.runtime.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() |
Verifies the expectation that the ProcessTask is in CaseExecutionState 'active'.
|
ProcessTaskAssert |
ProcessTaskAssert.isAvailable() |
Verifies the expectation that the ProcessTask is in CaseExecutionState 'available'.
|
ProcessTaskAssert |
ProcessTaskAssert.isCompleted() |
Verifies the expectation that the ProcessTask is in CaseExecutionState 'completed'.
|
ProcessTaskAssert |
ProcessTaskAssert.isDisabled() |
Verifies the expectation that the ProcessTask is in CaseExecutionState 'disabled'.
|
ProcessTaskAssert |
ProcessTaskAssert.isEnabled() |
Verifies the expectation that the ProcessTask is in CaseExecutionState 'enabled'.
|
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() |
Verifies the expectation that the ProcessTask is in CaseExecutionState 'terminated'.
|
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(org.camunda.bpm.engine.runtime.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(org.camunda.bpm.engine.runtime.CaseExecutionQuery query) |
|
ProcessTaskAssert |
StageAssert.processTask(String activityId) |
|
ProcessTaskAssert |
StageAssert.processTask(org.camunda.bpm.engine.runtime.CaseExecutionQuery query) |
|