Uses of Class
org.camunda.bpm.engine.test.assertions.JobAssert

Packages that use JobAssert
org.camunda.bpm.engine.test.assertions   
 

Uses of JobAssert in org.camunda.bpm.engine.test.assertions
 

Methods in org.camunda.bpm.engine.test.assertions that return JobAssert
static JobAssert ProcessEngineAssertions.assertThat(org.camunda.bpm.engine.runtime.Job actual)
          Assert that... the given Job meets your expecations.
 JobAssert JobAssert.hasActivityId(String activityId)
           
 JobAssert JobAssert.hasDeploymentId(String expectedDeploymentId)
          Verifies the expectation of a specific deployment id for the Job.
 JobAssert JobAssert.hasDueDate(Date expectedDueDate)
          Verifies the expectation of a specific due date for the Job.
 JobAssert JobAssert.hasExceptionMessage()
          Verifies the expectation of the existence of an exception message for the Job.
 JobAssert JobAssert.hasExecutionId(String expectedExecutionId)
          Verifies the expectation of a specific execution id for the Job.
 JobAssert JobAssert.hasId(String expectedId)
          Verifies the expectation of a specific id for the Job.
 JobAssert JobAssert.hasProcessInstanceId(String expectedProcessInstanceId)
          Verifies the expectation of a specific process instance id for the Job.
 JobAssert JobAssert.hasRetries(int expectedRetries)
          Verifies the expectation of a specific number of retries left for the Job.
 JobAssert 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.
 JobAssert 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.
 JobAssert ProcessInstanceAssert.job(String activityId)
          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.
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.