Last Version

curator-test-rule 0.0.3

This project provides a JUnit TestRule that manages the startup and shutdown of the underlying ZooKeeperServer. The TestRule also includes a way of getting CuratorFramework instances that automatically connect and disconnect from the underlying ZooKeeperServer based on the scope of rule.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.palantir
ArtifactId

ArtifactId

curator-test-rule
Version

Version

0.0.3
Type

Type

jar
Description

Description

curator-test-rule
This project provides a JUnit TestRule that manages the startup and shutdown of the underlying ZooKeeperServer. The TestRule also includes a way of getting CuratorFramework instances that automatically connect and disconnect from the underlying ZooKeeperServer based on the scope of rule.
Project URL

Project URL

https://github.com/palantir/curator-test-rule
Source Code Management

Source Code Management

https://github.com/palantir/curator-test-rule

Download curator-test-rule 0.0.3


<!-- https://jarcasting.com/artifacts/com.palantir/curator-test-rule/ -->
<dependency>
    <groupId>com.palantir</groupId>
    <artifactId>curator-test-rule</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.palantir/curator-test-rule/
implementation 'com.palantir:curator-test-rule:0.0.3'
// https://jarcasting.com/artifacts/com.palantir/curator-test-rule/
implementation ("com.palantir:curator-test-rule:0.0.3")
'com.palantir:curator-test-rule:jar:0.0.3'
<dependency org="com.palantir" name="curator-test-rule" rev="0.0.3">
  <artifact name="curator-test-rule" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.palantir', module='curator-test-rule', version='0.0.3')
)
libraryDependencies += "com.palantir" % "curator-test-rule" % "0.0.3"
[com.palantir/curator-test-rule "0.0.3"]

Dependencies

compile (6)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-api jar 1.7.12
com.google.guava : guava jar 18.0
org.apache.curator : curator-framework jar 2.8.0
commons-io : commons-io jar 2.4
com.google.code.findbugs : jsr305 jar 3.0.0

test (2)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.4.3
ch.qos.logback : logback-classic jar 1.1.3

Project Modules

There are no modules declared in this project.