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(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(String businessKey) |
Verifies the expectation that the ProcessInstance has the
given businessKey.
|
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() |
|
ProcessInstanceAssert |
ProcessInstanceAssert.isNotEnded() |
|
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() |
|
ProcessInstanceAssert |
ProcessInstanceAssert.isSuspended() |
|
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.
|