Class AbstractZeebeTestExecutionListener

java.lang.Object
io.camunda.zeebe.spring.test.AbstractZeebeTestExecutionListener

public class AbstractZeebeTestExecutionListener extends Object
Base class for the two different ZeebeTestExecutionListener classes provided for in-memory vs Testcontainer tests
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cleanup(org.springframework.test.context.TestContext testContext, io.camunda.zeebe.process.test.api.ZeebeTestEngine zeebeEngine)
     
    io.camunda.zeebe.client.ZeebeClient
    createClient(org.springframework.test.context.TestContext testContext, io.camunda.zeebe.process.test.api.ZeebeTestEngine zeebeEngine)
     
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)