Uses of Class
org.camunda.bpm.engine.test.assertions.bpmn.ExternalTaskAssert
-
Uses of ExternalTaskAssert in org.camunda.bpm.engine.test.assertions.bpmn
Modifier and TypeMethodDescriptionstatic ExternalTaskAssert
BpmnAwareTests.assertThat
(ExternalTask actual) Assert that...protected static ExternalTaskAssert
ExternalTaskAssert.assertThat
(ProcessEngine engine, ExternalTask actual) 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.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.ProcessInstanceAssert.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.hasActivityId
(String activityId) Verifies the activity id of anExternalTask
.ExternalTaskAssert.hasTopicName
(String topicName) Verifies the topic name of anExternalTask
.