Class ClientRule

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

@Deprecated(since="1.3.0", forRemoval=true) public class ClientRule 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
    protected ZeebeClient
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected final Supplier<Properties>
    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.
     
    ClientRule(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.
     
    protected void
    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.
     
    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.
     

    Methods inherited from class org.junit.rules.ExternalResource

    apply

    Methods inherited from class java.lang.Object

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

    • properties

      protected final Supplier<Properties> properties
      Deprecated, for removal: This API element is subject to removal in a future version.
    • client

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

    • ClientRule

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

      public ClientRule(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.
    • 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
    • createClient

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

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