| Package | Description |
|---|---|
| org.camunda.bpm.engine.test.assertions.cmmn |
| Modifier and Type | Method and Description |
|---|---|
protected static MilestoneAssert |
MilestoneAssert.assertThat(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.runtime.CaseExecution actual) |
MilestoneAssert |
MilestoneAssert.isAvailable()
Verifies the expectation that the
CaseExecution is 'available'. |
MilestoneAssert |
MilestoneAssert.isCompleted()
Verifies the expectation that the
CaseExecution is 'completed'. |
MilestoneAssert |
CaseExecutionAssert.isMilestone() |
protected MilestoneAssert |
AbstractCaseAssert.isMilestone()
Verifies the expectation that the
CaseExecution is a 'milestone'
Change visibility to public for those inheriting classes for whose
underlying objects under test this assertion makes sense |
MilestoneAssert |
MilestoneAssert.isSuspended()
Verifies the expectation that the
CaseExecution is 'suspended'. |
MilestoneAssert |
MilestoneAssert.isTerminated()
Verifies the expectation that the
CaseExecution is 'terminated'. |
MilestoneAssert |
StageAssert.milestone() |
MilestoneAssert |
CaseInstanceAssert.milestone() |
protected MilestoneAssert |
AbstractCaseAssert.milestone()
Enter into a chained
MilestoneAssert inspecting the one and mostly
one 'milestone' currently available in the context of the actual caseExecution
under test of this AbstractCaseAssert. |
MilestoneAssert |
StageAssert.milestone(org.camunda.bpm.engine.runtime.CaseExecutionQuery query) |
MilestoneAssert |
CaseInstanceAssert.milestone(org.camunda.bpm.engine.runtime.CaseExecutionQuery query) |
protected MilestoneAssert |
AbstractCaseAssert.milestone(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
Enter into a chained
MilestoneAssert inspecting the one and mostly
one 'milestone' currently available in the context of the actual caseExecution
under test of this AbstractCaseAssert. |
MilestoneAssert |
StageAssert.milestone(String activityId) |
MilestoneAssert |
CaseInstanceAssert.milestone(String activityId) |
protected MilestoneAssert |
AbstractCaseAssert.milestone(String activityId)
Enter into a chained
MilestoneAssert inspecting the one and mostly
one 'milestone' currently available in the context of the actual caseExecution
under test of this AbstractCaseAssert. |
Copyright © 2019 Camunda Services GmbH. All rights reserved.