|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StageAssert | |
|---|---|
| org.camunda.bpm.engine.test.assertions.cmmn | |
| Uses of StageAssert in org.camunda.bpm.engine.test.assertions.cmmn |
|---|
| Methods in org.camunda.bpm.engine.test.assertions.cmmn that return StageAssert | |
|---|---|
protected static StageAssert |
StageAssert.assertThat(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.runtime.CaseExecution actual)
|
StageAssert |
StageAssert.isActive()
|
StageAssert |
StageAssert.isAvailable()
|
StageAssert |
StageAssert.isCompleted()
|
StageAssert |
StageAssert.isDisabled()
|
StageAssert |
StageAssert.isEnabled()
|
StageAssert |
StageAssert.isFailed()
|
protected StageAssert |
AbstractCaseAssert.isStage()
Verifies the expectation that the CaseExecution is a 'stage'
Change visibility to public for those inheriting classes for whose
underlying objects under test this assertion makes sense |
StageAssert |
CaseExecutionAssert.isStage()
|
StageAssert |
StageAssert.isSuspended()
|
StageAssert |
StageAssert.isTerminated()
|
protected StageAssert |
AbstractCaseAssert.stage()
Enter into a chained StageAssert inspecting the one and mostly
one 'stage' currently available in the context of the actual caseExecution
under test of this AbstractCaseAssert. |
StageAssert |
StageAssert.stage()
|
StageAssert |
CaseInstanceAssert.stage()
|
protected StageAssert |
AbstractCaseAssert.stage(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
Enter into a chained StageAssert inspecting the one and mostly
one 'stage' currently available in the context of the actual caseExecution
under test of this AbstractCaseAssert. |
StageAssert |
StageAssert.stage(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
|
StageAssert |
CaseInstanceAssert.stage(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
|
protected StageAssert |
AbstractCaseAssert.stage(String activityId)
Enter into a chained StageAssert inspecting the one and mostly
one 'stage' currently available in the context of the actual caseExecution
under test of this AbstractCaseAssert. |
StageAssert |
StageAssert.stage(String activityId)
|
StageAssert |
CaseInstanceAssert.stage(String activityId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||