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'.
|
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 |
CaseExecutionAssert.isMilestone() |
|
MilestoneAssert |
MilestoneAssert.isTerminated() |
Verifies the expectation that the CaseExecution is 'terminated'.
|
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.
|
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 |
CaseInstanceAssert.milestone(String activityId) |
|
MilestoneAssert |
CaseInstanceAssert.milestone(org.camunda.bpm.engine.runtime.CaseExecutionQuery query) |
|
MilestoneAssert |
StageAssert.milestone(String activityId) |
|
MilestoneAssert |
StageAssert.milestone(org.camunda.bpm.engine.runtime.CaseExecutionQuery query) |
|