Class ZeebeTestRule

java.lang.Object
org.junit.rules.ExternalResource
io.camunda.zeebe.test.ZeebeTestRule
All Implemented Interfaces:
org.junit.rules.TestRule

@Deprecated(since="1.3.0", forRemoval=true) public class ZeebeTestRule extends org.junit.rules.ExternalResource
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.3.0. See issue 8143 for more information.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ZeebeTestRule(String configFileClasspathLocation, Supplier<Properties> propertiesProvider)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.junit.runners.model.Statement
    apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • recordingExporterTestWatcher

      protected final RecordingExporterTestWatcher recordingExporterTestWatcher
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • ZeebeTestRule

      public ZeebeTestRule()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ZeebeTestRule

      public ZeebeTestRule(String configFileClasspathLocation, Supplier<Properties> propertiesProvider)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getClient

      public ZeebeClient getClient()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBrokerCfg

      public BrokerCfg getBrokerCfg()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBrokerClock

      public ControlledActorClock getBrokerClock()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • apply

      public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      apply in interface org.junit.rules.TestRule
      Overrides:
      apply in class org.junit.rules.ExternalResource
    • before

      protected void before()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      before in class org.junit.rules.ExternalResource
    • after

      protected void after()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      after in class org.junit.rules.ExternalResource
    • assertThat

      public static ProcessInstanceAssert assertThat(ProcessInstanceEvent processInstance)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • printProcessInstanceEvents

      public void printProcessInstanceEvents(long key)
      Deprecated, for removal: This API element is subject to removal in a future version.