| Package | Description |
|---|---|
| org.camunda.bpm.engine.test.assertions.bpmn |
| Modifier and Type | Method and Description |
|---|---|
static ExternalTaskAssert |
BpmnAwareTests.assertThat(org.camunda.bpm.engine.externaltask.ExternalTask actual)
Assert that...
|
protected static ExternalTaskAssert |
ExternalTaskAssert.assertThat(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.externaltask.ExternalTask actual) |
ExternalTaskAssert |
ProcessInstanceAssert.externalTask()
Enter into a chained external task assert inspecting the one and mostly
one external task currently available in the context of the process instance
under test of this ProcessInstanceAssert.
|
ExternalTaskAssert |
ProcessInstanceAssert.externalTask(org.camunda.bpm.engine.externaltask.ExternalTaskQuery query)
Enter into a chained external task assert inspecting only external tasks
currently available in the context of the process instance under test of this
ProcessInstanceAssert.
|
ExternalTaskAssert |
ProcessInstanceAssert.externalTask(String activityId)
Enter into a chained external task assert inspecting the one and mostly
one external task of the specified activity id currently available in the
context of the process instance under test of this ProcessInstanceAssert.
|
ExternalTaskAssert |
ExternalTaskAssert.hasActivityId(String activityId)
Verifies the activity id of an
ExternalTask. |
ExternalTaskAssert |
ExternalTaskAssert.hasTopicName(String topicName)
Verifies the topic name of an
ExternalTask. |
Copyright © 2019 Camunda Services GmbH. All rights reserved.