Uses of Class
org.camunda.bpm.engine.test.assertions.bpmn.JobAssert
Packages that use JobAssert
-
Uses of JobAssert in org.camunda.bpm.engine.test.assertions.bpmn
Methods in org.camunda.bpm.engine.test.assertions.bpmn that return JobAssertModifier and TypeMethodDescriptionstatic JobAssertBpmnAwareTests.assertThat(org.camunda.bpm.engine.runtime.Job actual) Assert that...protected static JobAssertJobAssert.assertThat(org.camunda.bpm.engine.ProcessEngine engine, org.camunda.bpm.engine.runtime.Job actual) JobAssert.hasActivityId(String activityId) JobAssert.hasDeploymentId(String expectedDeploymentId) Verifies the expectation of a specific deployment id for theJob.JobAssert.hasDueDate(Date expectedDueDate) Verifies the expectation of a specific due date for theJob.JobAssert.hasExceptionMessage()Verifies the expectation of the existence of an exception message for theJob.JobAssert.hasExecutionId(String expectedExecutionId) Verifies the expectation of a specific execution id for theJob.Verifies the expectation of a specific id for theJob.JobAssert.hasProcessInstanceId(String expectedProcessInstanceId) Verifies the expectation of a specific process instance id for theJob.JobAssert.hasRetries(int expectedRetries) Verifies the expectation of a specific number of retries left for theJob.ProcessInstanceAssert.job()Enter into a chained job assert inspecting the one and mostly one job currently available in the context of the process instance under test of this ProcessInstanceAssert.Enter into a chained task assert inspecting the one and mostly one task of the specified task definition key currently available in the context of the process instance under test of this ProcessInstanceAssert.ProcessInstanceAssert.job(org.camunda.bpm.engine.runtime.JobQuery query) Enter into a chained job assert inspecting only jobs currently available in the context of the process instance under test of this ProcessInstanceAssert.