| Package | Description |
|---|---|
| org.camunda.bpm.engine.test.assertions.bpmn |
| Modifier and Type | Class and Description |
|---|---|
class |
CalledProcessInstanceAssert |
| Modifier and Type | Method and Description |
|---|---|
protected static ProcessInstanceAssert |
ProcessInstanceAssert.assertThat(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.runtime.ProcessInstance actual) |
static ProcessInstanceAssert |
BpmnAwareAssertions.assertThat(org.camunda.bpm.engine.runtime.ProcessInstance actual)
Assert that...
|
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 © 2019 Camunda Services GmbH. All rights reserved.