Uses of Class
org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert

Packages that use ProcessInstanceAssert
org.camunda.bpm.engine.test.assertions   
 

Uses of ProcessInstanceAssert in org.camunda.bpm.engine.test.assertions
 

Subclasses of ProcessInstanceAssert in org.camunda.bpm.engine.test.assertions
 class CalledProcessInstanceAssert
           
 

Methods in org.camunda.bpm.engine.test.assertions that return ProcessInstanceAssert
static ProcessInstanceAssert ProcessEngineAssertions.assertThat(org.camunda.bpm.engine.runtime.ProcessInstance actual)
          Assert that... the given ProcessInstance meets your expecations.
 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(org.camunda.bpm.engine.runtime.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.calledProcessInstance(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.hasNotPassed(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(String... activityIds)
          Verifies the expectation that the ProcessInstance has passed one or more specified activities.
 ProcessInstanceAssert ProcessInstanceAssert.hasPassedInOrder(String... activityIds)
          Verifies the expectation that the ProcessInstance has passed one or more specified activities exactly in the given order.
 ProcessInstanceAssert ProcessInstanceAssert.hasProcessDefinitionKey(String processDefinitionKey)
          Verifies the expectation that the ProcessInstance has the given processDefinitionKey.
 ProcessInstanceAssert ProcessInstanceAssert.hasVariables(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()
          Verifies the expectation that the ProcessInstance is ended.
 ProcessInstanceAssert ProcessInstanceAssert.isNotEnded()
          Verifies the expectation that the ProcessInstance is not ended.
 ProcessInstanceAssert ProcessInstanceAssert.isNotWaitingAt(String... activityIds)
          Verifies the expectation that the ProcessInstance is currently NOT waiting at one or more specified activities.
 ProcessInstanceAssert ProcessInstanceAssert.isNotWaitingFor(String... messageNames)
          Verifies the expectation that the ProcessInstance is currently waiting for one or more specified messages.
 ProcessInstanceAssert ProcessInstanceAssert.isStarted()
          Verifies the expectation that the ProcessInstance is started.
 ProcessInstanceAssert ProcessInstanceAssert.isSuspended()
          Verifies the expectation that the ProcessInstance is currently suspended.
 ProcessInstanceAssert ProcessInstanceAssert.isWaitingAt(String... activityIds)
          Verifies the expectation that the ProcessInstance is currently waiting at one or more specified activities.
 ProcessInstanceAssert ProcessInstanceAssert.isWaitingAtExactly(String... activityIds)
          Verifies the expectation that the ProcessInstance is currently waiting at exactly one or more specified activities.
 ProcessInstanceAssert ProcessInstanceAssert.isWaitingFor(String... messageNames)
          Verifies the expectation that the ProcessInstance is currently waiting for one or more specified messages.
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.