Class ExternalTaskAssert

    • Constructor Detail

      • ExternalTaskAssert

        protected ExternalTaskAssert​(org.camunda.bpm.engine.ProcessEngine engine,
                                     org.camunda.bpm.engine.externaltask.ExternalTask actual)
    • Method Detail

      • assertThat

        protected static ExternalTaskAssert assertThat​(org.camunda.bpm.engine.ProcessEngine engine,
                                                       org.camunda.bpm.engine.externaltask.ExternalTask actual)
      • hasTopicName

        public ExternalTaskAssert hasTopicName​(String topicName)
        Verifies the topic name of an ExternalTask.
        Parameters:
        topicName - the expected value of the topic
        Returns:
        this ExternalTaskAssert
      • hasActivityId

        public ExternalTaskAssert hasActivityId​(String activityId)
        Verifies the activity id of an ExternalTask.
        Parameters:
        activityId - the expected value of the external task activityId attribute
        Returns:
        this ExternalTaskAssert