Index

A B C D E F G H I J M O P R T V W 
All Classes and Interfaces|All Packages

A

assertThat(ActivatedJob) - Static method in class io.camunda.zeebe.process.test.assertions.BpmnAssert
Creates a new instance of JobAssert.
assertThat(DeploymentEvent) - Static method in class io.camunda.zeebe.process.test.assertions.BpmnAssert
Creates a new instance of DeploymentAssert.
assertThat(ProcessInstanceEvent) - Static method in class io.camunda.zeebe.process.test.assertions.BpmnAssert
Creates a new instance of ProcessInstanceAssert.
assertThat(ProcessInstanceResult) - Static method in class io.camunda.zeebe.process.test.assertions.BpmnAssert
Creates a new instance of ProcessInstanceAssert.
assertThat(PublishMessageResponse) - Static method in class io.camunda.zeebe.process.test.assertions.BpmnAssert
Creates a new instance of PublishMessageResponse.
assertThat(InspectedProcessInstance) - Static method in class io.camunda.zeebe.process.test.assertions.BpmnAssert
Creates a new instance of ProcessInstanceAssert.

B

BpmnAssert - Class in io.camunda.zeebe.process.test.assertions
This class manages all the entry points for the specific assertions.
BpmnAssert() - Constructor for class io.camunda.zeebe.process.test.assertions.BpmnAssert
 

C

containsProcessesByBpmnProcessId(String...) - Method in class io.camunda.zeebe.process.test.assertions.DeploymentAssert
Asserts that the deployment contains the given BPMN process IDs
containsProcessesByResourceName(String...) - Method in class io.camunda.zeebe.process.test.assertions.DeploymentAssert
Asserts that the deployment contains processes with the given resources
containsVariable(String) - Method in class io.camunda.zeebe.process.test.assertions.VariablesMapAssert
Assert that the given variable name is a key in the given map of variables.

D

DeploymentAssert - Class in io.camunda.zeebe.process.test.assertions
Assertions for DeploymentEvent instances
DeploymentAssert(DeploymentEvent, RecordStream) - Constructor for class io.camunda.zeebe.process.test.assertions.DeploymentAssert
 

E

extractingErrorMessage() - Method in class io.camunda.zeebe.process.test.assertions.IncidentAssert
Extracts the error message for further assertions
extractingHeaders() - Method in class io.camunda.zeebe.process.test.assertions.JobAssert
Extracts the header values of the activated job.
extractingLatestCalledProcess() - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Extracts the latest called process.
extractingLatestCalledProcess(String) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Extracts the latest called process with a provided processId.
extractingLatestIncident() - Method in class io.camunda.zeebe.process.test.assertions.JobAssert
Extracts the latest incident
extractingLatestIncident() - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Extracts the latest incident
extractingProcessByBpmnProcessId(String) - Method in class io.camunda.zeebe.process.test.assertions.DeploymentAssert
Extracts the process with the given BPMN process ID
extractingProcessByResourceName(String) - Method in class io.camunda.zeebe.process.test.assertions.DeploymentAssert
Extracts the process with the given resource name
extractingProcessInstance() - Method in class io.camunda.zeebe.process.test.assertions.MessageAssert
Extracts the process instance for the given message
extractingVariables() - Method in class io.camunda.zeebe.process.test.assertions.JobAssert
Extracts the variables of the activated job.

F

findFirstProcessInstance() - Method in class io.camunda.zeebe.process.test.inspections.ProcessEventInspections
Finds the first process instance that matches the applied filters
findFirstProcessInstance() - Method in class io.camunda.zeebe.process.test.inspections.ProcessInstanceInspections
Finds the first process instance that matches the applied filters
findLastProcessInstance() - Method in class io.camunda.zeebe.process.test.inspections.ProcessEventInspections
Finds the last process instance that matches the applied filters
findLastProcessInstance() - Method in class io.camunda.zeebe.process.test.inspections.ProcessInstanceInspections
Finds the last process instance that matches the applied filters
findProcessEvents() - Static method in class io.camunda.zeebe.process.test.inspections.InspectionUtility
 
findProcessInstance(int) - Method in class io.camunda.zeebe.process.test.inspections.ProcessEventInspections
Finds the process instance that matches the applied filters at a given index
findProcessInstance(int) - Method in class io.camunda.zeebe.process.test.inspections.ProcessInstanceInspections
Finds the process instance that matches the applied filters at a given index
findProcessInstances() - Static method in class io.camunda.zeebe.process.test.inspections.InspectionUtility
 

G

getBpmnElementId(DeploymentEvent, String) - Static method in class io.camunda.zeebe.process.test.inspections.ProcessDefinitionInspectionUtility
Finds the BPMN element id by its name inside the referenced deployment.
getBpmnElementId(String) - Static method in class io.camunda.zeebe.process.test.inspections.ProcessDefinitionInspectionUtility
Finds the BPMN element id by its name.
getBpmnElementId(String, String) - Static method in class io.camunda.zeebe.process.test.inspections.ProcessDefinitionInspectionUtility
Finds the BPMN element id by its name inside the referenced BPMN process.
getIncidentKey() - Method in class io.camunda.zeebe.process.test.assertions.IncidentAssert
Returns the incident key (useful for resolving the incident)
getObjectMapper() - Static method in class io.camunda.zeebe.process.test.ObjectMapperConfig
 
getProcessInstanceKey() - Method in class io.camunda.zeebe.process.test.inspections.model.InspectedProcessInstance
Get the process instance key.
getRecordStream() - Static method in class io.camunda.zeebe.process.test.assertions.BpmnAssert
Gets the RecordStream that is stored in the ThreadLocal for the current thread.

H

hasAnyIncidents() - Method in class io.camunda.zeebe.process.test.assertions.JobAssert
Asserts whether any incidents were raised for this job (regardless of whether these incidents are active or already resolved)
hasAnyIncidents() - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Asserts whether any incidents were raised for this process instance (regardless of whether these incidents are active or already resolved)
hasAnyInstances() - Method in class io.camunda.zeebe.process.test.assertions.ProcessAssert
Asserts that the process has (had) any instances
hasBeenCorrelated() - Method in class io.camunda.zeebe.process.test.assertions.MessageAssert
Verifies the expectation that a message has been correlated
hasBpmnProcessId(String) - Method in class io.camunda.zeebe.process.test.assertions.JobAssert
Asserts that the activated job is associated to the given process id
hasBpmnProcessId(String) - Method in class io.camunda.zeebe.process.test.assertions.ProcessAssert
Asserts that the process has the given BPMN process ID
hasCalledProcess() - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Asserts whether this process has called another process
hasCalledProcess(String) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Asserts whether this process has called another specific process
hasCorrelatedMessageByCorrelationKey(String, int) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that a message with a given correlation key has been correlated a given amount of times.
hasCorrelatedMessageByName(String, int) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that a message with a given name has been correlated a given amount of times.
hasCreatedProcessInstance() - Method in class io.camunda.zeebe.process.test.assertions.MessageAssert
Verifies the expectation that a message start event has been correlated
hasDeadline(long, Offset<Long>) - Method in class io.camunda.zeebe.process.test.assertions.JobAssert
Asserts that the activated job has the given deadline
hasElementId(String) - Method in class io.camunda.zeebe.process.test.assertions.JobAssert
Asserts that the activated job is associated to an element with the given id
hasErrorMessage(String) - Method in class io.camunda.zeebe.process.test.assertions.IncidentAssert
Asserts that the incident has the given error message
hasErrorType(ErrorType) - Method in class io.camunda.zeebe.process.test.assertions.IncidentAssert
Asserts that the incident has the given error type
hasExpired() - Method in class io.camunda.zeebe.process.test.assertions.MessageAssert
Verifies the expectation that a message has expired
hasInstances(long) - Method in class io.camunda.zeebe.process.test.assertions.ProcessAssert
Asserts that the process has (had) the given number of instances
hasNoIncidents() - Method in class io.camunda.zeebe.process.test.assertions.JobAssert
Asserts whether no incidents were raised for this job
hasNoIncidents() - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Asserts whether no incidents were raised for this process instance
hasNoInstances() - Method in class io.camunda.zeebe.process.test.assertions.ProcessAssert
Asserts that the process has (had) no instances
hasNotBeenCorrelated() - Method in class io.camunda.zeebe.process.test.assertions.MessageAssert
Verifies the expectation that a message has not been correlated
hasNotCalledProcess() - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Asserts whether this process has not called another process
hasNotCalledProcess(String) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Asserts whether this process has not called another specific process
hasNotCreatedProcessInstance() - Method in class io.camunda.zeebe.process.test.assertions.MessageAssert
Verifies the expectation that a message start event has not been correlated
hasNotExpired() - Method in class io.camunda.zeebe.process.test.assertions.MessageAssert
Verifies the expectation that a message has not expired
hasNotPassedElement(String) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that the process instance has not passed an element with a specific element id.
hasPassedElement(String) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that the process instance has passed an element with a specific element id exactly one time.
hasPassedElement(String, int) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that the process instance has passed an element with a specific element id exactly N amount of times.
hasPassedElementsInOrder(String...) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that the process instance has passed the given elements in order.
hasResourceName(String) - Method in class io.camunda.zeebe.process.test.assertions.ProcessAssert
Asserts that the process has the given resource name
hasRetries(int) - Method in class io.camunda.zeebe.process.test.assertions.JobAssert
Asserts that the activated job has the given number of retries
hasVariable(String) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
 
hasVariableWithValue(String, Object) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the process instance has a variable with a specific value.
hasVariableWithValue(String, Object) - Method in class io.camunda.zeebe.process.test.assertions.VariablesMapAssert
 
hasVersion(long) - Method in class io.camunda.zeebe.process.test.assertions.ProcessAssert
Asserts that the process has the given version

I

IncidentAssert - Class in io.camunda.zeebe.process.test.assertions
Assertions for incidents.
IncidentAssert(long, RecordStream) - Constructor for class io.camunda.zeebe.process.test.assertions.IncidentAssert
 
initObjectMapper(ObjectMapper) - Static method in class io.camunda.zeebe.process.test.ObjectMapperConfig
 
initRecordStream(RecordStream) - Static method in class io.camunda.zeebe.process.test.assertions.BpmnAssert
Initializes a RecordStream.
InspectedProcessInstance - Class in io.camunda.zeebe.process.test.inspections.model
Helper object to gain access to ProcessInstanceAssert.
InspectedProcessInstance(long) - Constructor for class io.camunda.zeebe.process.test.inspections.model.InspectedProcessInstance
 
InspectionUtility - Class in io.camunda.zeebe.process.test.inspections
This class is a utility class for finding process instances that have been started without being triggered by a command send by a client (e.g.
InspectionUtility() - Constructor for class io.camunda.zeebe.process.test.inspections.InspectionUtility
 
io.camunda.zeebe.process.test - package io.camunda.zeebe.process.test
 
io.camunda.zeebe.process.test.assertions - package io.camunda.zeebe.process.test.assertions
 
io.camunda.zeebe.process.test.inspections - package io.camunda.zeebe.process.test.inspections
 
io.camunda.zeebe.process.test.inspections.model - package io.camunda.zeebe.process.test.inspections.model
 
isActive() - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that the process instance is active.
isCompleted() - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that the process instance is completed.
isNotCompleted() - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that the process instance is not completed.
isNotTerminated() - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that the process instance is not terminated.
isNotWaitingAtElements(String...) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that the process instance is currently not waiting at one or more specified elements.
isNotWaitingForMessages(String...) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that the process instance is currently not waiting to receive one or more specified messages.
isResolved() - Method in class io.camunda.zeebe.process.test.assertions.IncidentAssert
Asserts that the incident is resolved
isStarted() - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that the process instance is started.
isTerminated() - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that the process instance is terminated.
isUnresolved() - Method in class io.camunda.zeebe.process.test.assertions.IncidentAssert
Asserts that the incident is not resolved
isWaitingAtElements(String...) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that the process instance is currently waiting at one or more specified elements.
isWaitingExactlyAtElements(String...) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that the process instance is currently waiting at the specified elements, and not at any other element.
isWaitingForMessages(String...) - Method in class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
Verifies the expectation that the process instance is currently waiting to receive one or more specified messages.

J

JobAssert - Class in io.camunda.zeebe.process.test.assertions
Assertions for ActivatedJob instances
JobAssert(ActivatedJob, RecordStream) - Constructor for class io.camunda.zeebe.process.test.assertions.JobAssert
 

M

MessageAssert - Class in io.camunda.zeebe.process.test.assertions
Assertions for PublishMessageResponse instances
MessageAssert(PublishMessageResponse, RecordStream) - Constructor for class io.camunda.zeebe.process.test.assertions.MessageAssert
 

O

ObjectMapperConfig - Class in io.camunda.zeebe.process.test
Shared custom ObjectMapper configured by the user
ObjectMapperConfig() - Constructor for class io.camunda.zeebe.process.test.ObjectMapperConfig
 
occurredDuringJob(long) - Method in class io.camunda.zeebe.process.test.assertions.IncidentAssert
Asserts that the incident is associated with the given job
occurredDuringJob(ActivatedJob) - Method in class io.camunda.zeebe.process.test.assertions.IncidentAssert
Asserts that the incident is associated with the given job
occurredOnElement(String) - Method in class io.camunda.zeebe.process.test.assertions.IncidentAssert
Asserts that the incident is associated with the given element

P

ProcessAssert - Class in io.camunda.zeebe.process.test.assertions
Assertions for Process instances.
ProcessAssert(Process, RecordStream) - Constructor for class io.camunda.zeebe.process.test.assertions.ProcessAssert
 
ProcessDefinitionInspectionUtility - Class in io.camunda.zeebe.process.test.inspections
 
ProcessDefinitionInspectionUtility() - Constructor for class io.camunda.zeebe.process.test.inspections.ProcessDefinitionInspectionUtility
 
ProcessEventInspections - Class in io.camunda.zeebe.process.test.inspections
Inspections for process events.
ProcessEventInspections(ProcessEventRecordStreamFilter) - Constructor for class io.camunda.zeebe.process.test.inspections.ProcessEventInspections
 
ProcessInstanceAssert - Class in io.camunda.zeebe.process.test.assertions
Assertions for process instances.
ProcessInstanceAssert(long, RecordStream) - Constructor for class io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert
 
ProcessInstanceInspections - Class in io.camunda.zeebe.process.test.inspections
Inspections for process instance events.
ProcessInstanceInspections(ProcessInstanceRecordStreamFilter) - Constructor for class io.camunda.zeebe.process.test.inspections.ProcessInstanceInspections
 

R

resetRecordStream() - Static method in class io.camunda.zeebe.process.test.assertions.BpmnAssert
Removes the RecordStream from the ThreadLocal.

T

triggeredByTimer(String) - Method in class io.camunda.zeebe.process.test.inspections.ProcessEventInspections
Filters the process instances to only include instances that were triggered by a given timer event id

V

VariablesMapAssert - Class in io.camunda.zeebe.process.test.assertions
Assertion for variable maps Map<String, String> which contain JSON strings as values (e.g.
VariablesMapAssert(Map<String, String>) - Constructor for class io.camunda.zeebe.process.test.assertions.VariablesMapAssert
 

W

wasRaisedInProcessInstance(long) - Method in class io.camunda.zeebe.process.test.assertions.IncidentAssert
Asserts that the incident is associated with the given process instance
wasRaisedInProcessInstance(ProcessInstanceEvent) - Method in class io.camunda.zeebe.process.test.assertions.IncidentAssert
Asserts that the incident is associated with the given process instance
withBpmnProcessId(String) - Method in class io.camunda.zeebe.process.test.inspections.ProcessInstanceInspections
Filters the process instances to only include instances that have the given BPMN process id
withParentProcessInstanceKey(long) - Method in class io.camunda.zeebe.process.test.inspections.ProcessInstanceInspections
Filters the process instances to only include instances that were started by the given parent process instance key
withProcessDefinitionKey(long) - Method in class io.camunda.zeebe.process.test.inspections.ProcessEventInspections
Filters the process instances to only include instance with a given process definition key
A B C D E F G H I J M O P R T V W 
All Classes and Interfaces|All Packages