Package io.camunda.zeebe.test
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
FieldsModifier and TypeFieldDescriptionprotected ZeebeClientDeprecated, 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
ConstructorsConstructorDescriptionDeprecated, 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 TypeMethodDescriptionprotected voidafter()Deprecated, for removal: This API element is subject to removal in a future version.protected voidbefore()Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, 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
-
Field Details
-
properties
Deprecated, for removal: This API element is subject to removal in a future version. -
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
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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:
beforein classorg.junit.rules.ExternalResource
-
after
protected void after()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
afterin classorg.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.
-