Uses of Class
io.camunda.zeebe.process.test.inspections.model.InspectedProcessInstance
Packages that use InspectedProcessInstance
Package
Description
-
Uses of InspectedProcessInstance in io.camunda.zeebe.process.test.assertions
Methods in io.camunda.zeebe.process.test.assertions with parameters of type InspectedProcessInstanceModifier and TypeMethodDescriptionstatic ProcessInstanceAssertBpmnAssert.assertThat(InspectedProcessInstance inspectedProcessInstance) Creates a new instance ofProcessInstanceAssert. -
Uses of InspectedProcessInstance in io.camunda.zeebe.process.test.inspections
Methods in io.camunda.zeebe.process.test.inspections that return types with arguments of type InspectedProcessInstanceModifier and TypeMethodDescriptionProcessEventInspections.findFirstProcessInstance()Finds the first process instance that matches the applied filtersProcessInstanceInspections.findFirstProcessInstance()Finds the first process instance that matches the applied filtersProcessEventInspections.findLastProcessInstance()Finds the last process instance that matches the applied filtersProcessInstanceInspections.findLastProcessInstance()Finds the last process instance that matches the applied filtersProcessEventInspections.findProcessInstance(int index) Finds the process instance that matches the applied filters at a given indexProcessInstanceInspections.findProcessInstance(int index) Finds the process instance that matches the applied filters at a given index