static ProcessInstanceAssert | 
BpmnAwareTests.assertThat(ProcessInstance actual) | 
 Assert that... 
 | 
protected static ProcessInstanceAssert | 
ProcessInstanceAssert.assertThat(ProcessEngine engine,
          ProcessInstance actual) | 
  | 
ProcessInstanceAssert | 
ProcessInstanceAssert.calledProcessInstance() | 
 Enter into a chained process instance assert inspecting the one and mostly
 one called process instance currently available in the context of the process instance
 under test of this ProcessInstanceAssert. 
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.calledProcessInstance(java.lang.String processDefinitionKey) | 
 Enter into a chained process instance assert inspecting the one and mostly
 one called process instance of the specified process definition key currently available in the
 context of the process instance under test of this ProcessInstanceAssert. 
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.calledProcessInstance(ProcessInstanceQuery query) | 
 Enter into a chained process instance assert inspecting a called process instance
 called by and currently available in the context of the process instance under test
 of this ProcessInstanceAssert. 
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.hasBusinessKey(java.lang.String businessKey) | 
Verifies the expectation that the  ProcessInstance has the
 given businessKey.  
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.hasNotPassed(java.lang.String... activityIds) | 
Verifies the expectation that the  ProcessInstance has NOT passed one
 or more specified activities.  
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.hasNoVariables() | 
Verifies the expectation that the  ProcessInstance holds no
 process variables at all.  
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.hasPassed(java.lang.String... activityIds) | 
Verifies the expectation that the  ProcessInstance has passed one or
 more specified activities.  
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.hasPassedInOrder(java.lang.String... activityIds) | 
Verifies the expectation that the  ProcessInstance has passed one or
 more specified activities exactly in the given order.  
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.hasProcessDefinitionKey(java.lang.String processDefinitionKey) | 
Verifies the expectation that the  ProcessInstance has the
 given processDefinitionKey.  
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.hasVariables(java.lang.String... names) | 
Verifies the expectation that the  ProcessInstance holds one or
 more process variables with the specified names.  
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.isActive() | 
Verifies the expectation that the  ProcessInstance is currently active,
 iow not suspended and not ended.  
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.isEnded() | 
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.isNotEnded() | 
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.isNotWaitingAt(java.lang.String... activityIds) | 
Verifies the expectation that the  ProcessInstance is currently NOT waiting
 at one or more specified activities.  
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.isNotWaitingFor(java.lang.String... messageNames) | 
Verifies the expectation that the  ProcessInstance is currently waiting
 for one or more specified messages.  
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.isStarted() | 
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.isSuspended() | 
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.isWaitingAt(java.lang.String... activityIds) | 
Verifies the expectation that the  ProcessInstance is currently waiting
 at one or more specified activities.  
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.isWaitingAtExactly(java.lang.String... activityIds) | 
Verifies the expectation that the  ProcessInstance is currently waiting
 at exactly one or more specified activities.  
 | 
ProcessInstanceAssert | 
ProcessInstanceAssert.isWaitingFor(java.lang.String... messageNames) | 
Verifies the expectation that the  ProcessInstance is currently waiting
 for one or more specified messages.  
 |