Uses of Class
org.camunda.bpm.engine.test.assertions.cmmn.MilestoneAssert

Packages that use MilestoneAssert
org.camunda.bpm.engine.test.assertions.cmmn   
 

Uses of MilestoneAssert in org.camunda.bpm.engine.test.assertions.cmmn
 

Methods in org.camunda.bpm.engine.test.assertions.cmmn that return MilestoneAssert
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.isSuspended()
          Verifies the expectation that the CaseExecution is 'suspended'.
 MilestoneAssert MilestoneAssert.isTerminated()
          Verifies the expectation that the CaseExecution is 'terminated'.
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()
           
 MilestoneAssert CaseInstanceAssert.milestone()
           
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(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
           
 MilestoneAssert CaseInstanceAssert.milestone(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
           
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.
 MilestoneAssert StageAssert.milestone(String activityId)
           
 MilestoneAssert CaseInstanceAssert.milestone(String activityId)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.