Uses of Class
io.camunda.zeebe.process.test.assertions.MessageAssert
Packages that use MessageAssert
-
Uses of MessageAssert in io.camunda.zeebe.process.test.assertions
Methods in io.camunda.zeebe.process.test.assertions that return MessageAssertModifier and TypeMethodDescriptionstatic MessageAssertBpmnAssert.assertThat(io.camunda.zeebe.client.api.response.PublishMessageResponse publishMessageResponse) Creates a new instance ofPublishMessageResponse.MessageAssert.hasBeenCorrelated()Verifies the expectation that a message has been correlatedMessageAssert.hasCreatedProcessInstance()Verifies the expectation that a message start event has been correlatedMessageAssert.hasExpired()Verifies the expectation that a message has expiredMessageAssert.hasNotBeenCorrelated()Verifies the expectation that a message has not been correlatedMessageAssert.hasNotCreatedProcessInstance()Verifies the expectation that a message start event has not been correlatedMessageAssert.hasNotExpired()Verifies the expectation that a message has not expired