|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CaseTaskAssert | |
|---|---|
| org.camunda.bpm.engine.test.assertions.cmmn | |
| Uses of CaseTaskAssert in org.camunda.bpm.engine.test.assertions.cmmn |
|---|
| Methods in org.camunda.bpm.engine.test.assertions.cmmn that return CaseTaskAssert | |
|---|---|
protected static CaseTaskAssert |
CaseTaskAssert.assertThat(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.runtime.CaseExecution actual)
|
protected CaseTaskAssert |
AbstractCaseAssert.caseTask()
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 |
StageAssert.caseTask()
|
CaseTaskAssert |
CaseInstanceAssert.caseTask()
|
protected CaseTaskAssert |
AbstractCaseAssert.caseTask(org.camunda.bpm.engine.runtime.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 |
StageAssert.caseTask(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
|
CaseTaskAssert |
CaseInstanceAssert.caseTask(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
|
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. |
CaseTaskAssert |
StageAssert.caseTask(String activityId)
|
CaseTaskAssert |
CaseInstanceAssert.caseTask(String activityId)
|
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()
Verifies the expectation that the CaseTask is in CaseExecutionState 'active'. |
CaseTaskAssert |
CaseTaskAssert.isAvailable()
Verifies the expectation that the CaseTask is in CaseExecutionState 'available'. |
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()
Verifies the expectation that the CaseTask is in CaseExecutionState 'completed'. |
CaseTaskAssert |
CaseTaskAssert.isDisabled()
Verifies the expectation that the CaseTask is in CaseExecutionState 'disabled'. |
CaseTaskAssert |
CaseTaskAssert.isEnabled()
Verifies the expectation that the CaseTask is in CaseExecutionState 'enabled'. |
CaseTaskAssert |
CaseTaskAssert.isFailed()
Verifies the expectation that the CaseTask is in CaseExecutionState 'failed'. |
CaseTaskAssert |
CaseTaskAssert.isSuspended()
Verifies the expectation that the CaseTask is in CaseExecutionState 'suspended'. |
CaseTaskAssert |
CaseTaskAssert.isTerminated()
Verifies the expectation that the CaseTask is in CaseExecutionState 'terminated'. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||