| Package | Description |
|---|---|
| org.camunda.bpm.engine.test.assertions.cmmn |
| Modifier and Type | Method and Description |
|---|---|
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() |
StageAssert |
CaseExecutionAssert.isStage() |
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 |
StageAssert.isSuspended() |
StageAssert |
StageAssert.isTerminated() |
StageAssert |
StageAssert.stage() |
StageAssert |
CaseInstanceAssert.stage() |
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(org.camunda.bpm.engine.runtime.CaseExecutionQuery query) |
StageAssert |
CaseInstanceAssert.stage(org.camunda.bpm.engine.runtime.CaseExecutionQuery query) |
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(String activityId) |
StageAssert |
CaseInstanceAssert.stage(String activityId) |
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. |
Copyright © 2019 Camunda Services GmbH. All rights reserved.