Uses of Class
io.camunda.zeebe.process.test.assertions.JobAssert
Packages that use JobAssert
-
Uses of JobAssert in io.camunda.zeebe.process.test.assertions
Methods in io.camunda.zeebe.process.test.assertions that return JobAssertModifier and TypeMethodDescriptionstatic JobAssertBpmnAssert.assertThat(io.camunda.client.api.response.ActivatedJob activatedJob) Creates a new instance ofJobAssert.JobAssert.hasAnyIncidents()Asserts whether any incidents were raised for this job (regardless of whether these incidents are active or already resolved)JobAssert.hasBpmnProcessId(String expectedBpmnProcessId) Asserts that the activated job is associated to the given process idJobAssert.hasDeadline(long expectedDeadline, org.assertj.core.data.Offset<Long> offset) Asserts that the activated job has the given deadlineJobAssert.hasElementId(String expectedElementId) Asserts that the activated job is associated to an element with the given idJobAssert.hasNoIncidents()Asserts whether no incidents were raised for this jobJobAssert.hasRetries(int expectedRetries) Asserts that the activated job has the given number of retries