protected static MilestoneAssert |
MilestoneAssert.assertThat(ProcessEngine engine,
CaseExecution actual) |
|
MilestoneAssert |
MilestoneAssert.isAvailable() |
|
MilestoneAssert |
MilestoneAssert.isCompleted() |
|
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() |
|
protected MilestoneAssert |
AbstractCaseAssert.milestone(java.lang.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(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(java.lang.String activityId) |
|
MilestoneAssert |
CaseInstanceAssert.milestone(CaseExecutionQuery query) |
|
MilestoneAssert |
StageAssert.milestone(java.lang.String activityId) |
|
MilestoneAssert |
StageAssert.milestone(CaseExecutionQuery query) |
|