Uses of Class
io.camunda.zeebe.process.test.assertions.IncidentAssert
Packages that use IncidentAssert
-
Uses of IncidentAssert in io.camunda.zeebe.process.test.assertions
Methods in io.camunda.zeebe.process.test.assertions that return IncidentAssertModifier and TypeMethodDescriptionJobAssert.extractingLatestIncident()Extracts the latest incidentProcessInstanceAssert.extractingLatestIncident()Extracts the latest incidentIncidentAssert.hasErrorMessage(String expectedErrorMessage) Asserts that the incident has the given error messageIncidentAssert.hasErrorType(io.camunda.zeebe.protocol.record.value.ErrorType expectedErrorType) Asserts that the incident has the given error typeIncidentAssert.isResolved()Asserts that the incident is resolvedIncidentAssert.isUnresolved()Asserts that the incident is not resolvedIncidentAssert.occurredDuringJob(long expectedJobKey) Asserts that the incident is associated with the given jobIncidentAssert.occurredDuringJob(io.camunda.zeebe.client.api.response.ActivatedJob expectedJob) Asserts that the incident is associated with the given jobIncidentAssert.occurredOnElement(String expectedElementId) Asserts that the incident is associated with the given elementIncidentAssert.wasRaisedInProcessInstance(long expectedProcessInstanceKey) Asserts that the incident is associated with the given process instanceIncidentAssert.wasRaisedInProcessInstance(io.camunda.zeebe.client.api.response.ProcessInstanceEvent expectedProcessInstance) Asserts that the incident is associated with the given process instance