|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessTaskAssert | |
|---|---|
| org.camunda.bpm.engine.test.assertions.cmmn | |
| Uses of ProcessTaskAssert in org.camunda.bpm.engine.test.assertions.cmmn |
|---|
| Methods in org.camunda.bpm.engine.test.assertions.cmmn that return ProcessTaskAssert | |
|---|---|
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'. |
ProcessTaskAssert |
ProcessTaskAssert.isFailed()
Verifies the expectation that the ProcessTask is in CaseExecutionState 'failed'. |
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.isSuspended()
Verifies the expectation that the ProcessTask is in CaseExecutionState 'suspended'. |
ProcessTaskAssert |
ProcessTaskAssert.isTerminated()
Verifies the expectation that the ProcessTask is in CaseExecutionState 'terminated'. |
protected ProcessTaskAssert |
AbstractCaseAssert.processTask()
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 |
StageAssert.processTask()
|
ProcessTaskAssert |
CaseInstanceAssert.processTask()
|
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 |
StageAssert.processTask(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
|
ProcessTaskAssert |
CaseInstanceAssert.processTask(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
|
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. |
ProcessTaskAssert |
StageAssert.processTask(String activityId)
|
ProcessTaskAssert |
CaseInstanceAssert.processTask(String activityId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||