Package io.camunda.zeebe.test
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
FieldsModifier and TypeFieldDescriptionprotected final RecordingExporterTestWatcherDeprecated, 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.ZeebeTestRule(String configFileClasspathLocation, 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.org.junit.runners.model.Statementapply(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.static ProcessInstanceAssertassertThat(ProcessInstanceEvent processInstance) 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.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.voidprintProcessInstanceEvents(long key) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
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
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. -
getBrokerCfg
Deprecated, for removal: This API element is subject to removal in a future version. -
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:
applyin interfaceorg.junit.rules.TestRule- Overrides:
applyin classorg.junit.rules.ExternalResource
-
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
-
assertThat
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.
-