Index
All Classes and Interfaces|All Packages
A
- AbstractInvocationHandler - Class in io.camunda.zeebe.spring.test.proxy
- AbstractInvocationHandler() - Constructor for class io.camunda.zeebe.spring.test.proxy.AbstractInvocationHandler
- AbstractZeebeTestExecutionListener - Class in io.camunda.zeebe.spring.test
-
Base class for the two different ZeebeTestExecutionListener classes provided for in-memory vs Testcontainer tests
- AbstractZeebeTestExecutionListener() - Constructor for class io.camunda.zeebe.spring.test.AbstractZeebeTestExecutionListener
C
- CamundaTestAutoConfiguration - Class in io.camunda.zeebe.spring.test
- CamundaTestAutoConfiguration() - Constructor for class io.camunda.zeebe.spring.test.CamundaTestAutoConfiguration
- cleanup(TestContext, ZeebeTestEngine) - Method in class io.camunda.zeebe.spring.test.AbstractZeebeTestExecutionListener
- cleanupEngineForCurrentThread() - Static method in class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
- createClient(TestContext, ZeebeTestEngine) - Method in class io.camunda.zeebe.spring.test.AbstractZeebeTestExecutionListener
E
- enableTestContext() - Method in class io.camunda.zeebe.spring.test.CamundaTestAutoConfiguration
- equals(Object) - Method in class io.camunda.zeebe.spring.test.proxy.AbstractInvocationHandler
-
By default delegates to
Object.equals(java.lang.Object)so instances are only equal if they are identical.
H
- handleInvocation(Object, Method, Object[]) - Method in class io.camunda.zeebe.spring.test.proxy.AbstractInvocationHandler
-
AbstractInvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])delegates to this method upon any method invocation on the proxy instance, exceptObject.equals(java.lang.Object),Object.hashCode()andObject.toString(). - handleInvocation(Object, Method, Object[]) - Method in class io.camunda.zeebe.spring.test.proxy.ZeebeClientProxy
- handleInvocation(Object, Method, Object[]) - Method in class io.camunda.zeebe.spring.test.proxy.ZeebeTestEngineProxy
- hashCode() - Method in class io.camunda.zeebe.spring.test.proxy.AbstractInvocationHandler
-
By default delegates to
Object.hashCode().
I
- invoke(Object, Method, Object[]) - Method in class io.camunda.zeebe.spring.test.proxy.AbstractInvocationHandler
- io.camunda.zeebe.spring.test - package io.camunda.zeebe.spring.test
- io.camunda.zeebe.spring.test.configuration - package io.camunda.zeebe.spring.test.configuration
- io.camunda.zeebe.spring.test.proxy - package io.camunda.zeebe.spring.test.proxy
J
- jsonMapper(ObjectMapper) - Method in class io.camunda.zeebe.spring.test.configuration.ZeebeTestDefaultConfiguration
O
- objectMapper() - Method in class io.camunda.zeebe.spring.test.configuration.ZeebeTestDefaultConfiguration
P
- proxiedZeebeClient(ZeebeClientProxy) - Method in class io.camunda.zeebe.spring.test.proxy.TestProxyConfiguration
- proxiedZeebeTestEngine(ZeebeTestEngineProxy) - Method in class io.camunda.zeebe.spring.test.proxy.TestProxyConfiguration
R
- removeZeebeClient() - Method in class io.camunda.zeebe.spring.test.proxy.ZeebeClientProxy
- removeZeebeEngine() - Method in class io.camunda.zeebe.spring.test.proxy.ZeebeTestEngineProxy
S
- setEngineForCurrentThread(ZeebeTestEngine) - Static method in class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
- setupWithZeebeEngine(TestContext, ZeebeTestEngine) - Method in class io.camunda.zeebe.spring.test.AbstractZeebeTestExecutionListener
-
Registers the ZeebeEngine for test case in relevant places and creates the ZeebeClient
- swapZeebeClient(ZeebeClient) - Method in class io.camunda.zeebe.spring.test.proxy.ZeebeClientProxy
- swapZeebeEngine(ZeebeTestEngine) - Method in class io.camunda.zeebe.spring.test.proxy.ZeebeTestEngineProxy
T
- TestProxyConfiguration - Class in io.camunda.zeebe.spring.test.proxy
- TestProxyConfiguration() - Constructor for class io.camunda.zeebe.spring.test.proxy.TestProxyConfiguration
- toString() - Method in class io.camunda.zeebe.spring.test.proxy.AbstractInvocationHandler
-
By default delegates to
Object.toString().
W
- waitForProcessInstanceCompleted(long) - Static method in class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
- waitForProcessInstanceCompleted(long, Duration) - Static method in class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
- waitForProcessInstanceCompleted(ProcessInstanceEvent) - Static method in class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
- waitForProcessInstanceCompleted(ProcessInstanceEvent, Duration) - Static method in class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
- waitForProcessInstanceCompleted(InspectedProcessInstance) - Static method in class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
- waitForProcessInstanceCompleted(InspectedProcessInstance, Duration) - Static method in class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
- waitForProcessInstanceHasPassedElement(long, String) - Static method in class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
- waitForProcessInstanceHasPassedElement(long, String, Duration) - Static method in class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
- waitForProcessInstanceHasPassedElement(ProcessInstanceEvent, String) - Static method in class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
- waitForProcessInstanceHasPassedElement(ProcessInstanceEvent, String, Duration) - Static method in class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
- waitForProcessInstanceHasPassedElement(InspectedProcessInstance, String) - Static method in class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
- waitForProcessInstanceHasPassedElement(InspectedProcessInstance, String, Duration) - Static method in class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
- waitForProcessInstanceHasPassedElement(InspectedProcessInstance, String, Duration, int) - Static method in class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
Z
- zeebeClientProxy() - Method in class io.camunda.zeebe.spring.test.proxy.TestProxyConfiguration
- ZeebeClientProxy - Class in io.camunda.zeebe.spring.test.proxy
-
Dynamic proxy to delegate to a
ZeebeClientwhich allows to swap the ZeebeClient object under the hood. - ZeebeClientProxy() - Constructor for class io.camunda.zeebe.spring.test.proxy.ZeebeClientProxy
- ZeebeTestDefaultConfiguration - Class in io.camunda.zeebe.spring.test.configuration
-
Fallback values if certain beans are missing
- ZeebeTestDefaultConfiguration() - Constructor for class io.camunda.zeebe.spring.test.configuration.ZeebeTestDefaultConfiguration
- zeebeTestEngineProxy() - Method in class io.camunda.zeebe.spring.test.proxy.TestProxyConfiguration
- ZeebeTestEngineProxy - Class in io.camunda.zeebe.spring.test.proxy
-
Dynamic proxy to delegate to a
ZeebeTestEnginewhich allows to swap theZeebeTestEngineobject under the hood. - ZeebeTestEngineProxy() - Constructor for class io.camunda.zeebe.spring.test.proxy.ZeebeTestEngineProxy
- ZeebeTestThreadSupport - Class in io.camunda.zeebe.spring.test
-
Helper to wait in the multithreaded environment for the worker to execute.
- ZeebeTestThreadSupport() - Constructor for class io.camunda.zeebe.spring.test.ZeebeTestThreadSupport
All Classes and Interfaces|All Packages