Package io.camunda.zeebe.spring.test
Class AbstractZeebeTestExecutionListener
java.lang.Object
io.camunda.zeebe.spring.test.AbstractZeebeTestExecutionListener
Base class for the two different ZeebeTestExecutionListener classes provided for in-memory vs
Testcontainer tests
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup(org.springframework.test.context.TestContext testContext, io.camunda.zeebe.process.test.api.ZeebeTestEngine zeebeEngine) io.camunda.zeebe.client.ZeebeClientcreateClient(org.springframework.test.context.TestContext testContext, io.camunda.zeebe.process.test.api.ZeebeTestEngine zeebeEngine) voidsetupWithZeebeEngine(org.springframework.test.context.TestContext testContext, io.camunda.zeebe.process.test.api.ZeebeTestEngine zeebeEngine) Registers the ZeebeEngine for test case in relevant places and creates the ZeebeClient
-
Constructor Details
-
AbstractZeebeTestExecutionListener
public AbstractZeebeTestExecutionListener()
-
-
Method Details
-
setupWithZeebeEngine
public void setupWithZeebeEngine(org.springframework.test.context.TestContext testContext, io.camunda.zeebe.process.test.api.ZeebeTestEngine zeebeEngine) Registers the ZeebeEngine for test case in relevant places and creates the ZeebeClient -
createClient
public io.camunda.zeebe.client.ZeebeClient createClient(org.springframework.test.context.TestContext testContext, io.camunda.zeebe.process.test.api.ZeebeTestEngine zeebeEngine) -
cleanup
public void cleanup(org.springframework.test.context.TestContext testContext, io.camunda.zeebe.process.test.api.ZeebeTestEngine zeebeEngine)
-