Uses of Class
io.camunda.zeebe.process.test.assertions.ProcessAssert
Packages that use ProcessAssert
-
Uses of ProcessAssert in io.camunda.zeebe.process.test.assertions
Methods in io.camunda.zeebe.process.test.assertions that return ProcessAssertModifier and TypeMethodDescriptionDeploymentAssert.extractingProcessByBpmnProcessId(String bpmnProcessId) Extracts the process with the given BPMN process IDDeploymentAssert.extractingProcessByResourceName(String resourceName) Extracts the process with the given resource nameProcessAssert.hasAnyInstances()Asserts that the process has (had) any instancesProcessAssert.hasBpmnProcessId(String expectedBpmnProcessId) Asserts that the process has the given BPMN process IDProcessAssert.hasInstances(long expectedNumberOfInstances) Asserts that the process has (had) the given number of instancesProcessAssert.hasNoInstances()Asserts that the process has (had) no instancesProcessAssert.hasResourceName(String expectedResourceName) Asserts that the process has the given resource nameProcessAssert.hasVersion(long expectedVersion) Asserts that the process has the given version