Curator provides an in-memory ZooKeeper Server and ZooKeeper Cluster:
<dependency>
<groupId>com.netflix.curator</groupId>
<artifactId>curator-test</artifactId>
<version>1.1.2</version>
</dependency>
https://github.com/Netflix/curator/tree/master/curator-test/src/main/java/c
om/netflix/curator/test
On 2/21/12 3:31 PM, "Amirhossein Kiani" <[email protected]> wrote:
>Hi ZooKeeper users,
>
>I was wondering if there is a correct way of writing unit tests for a
>ZooKeeper application. I have looked at Twitter's tests but have been
>unable to get them to work... I was wondering if there is a more generic
>way of creating the in-process ZooKeeper server for testing.
>
>Many thanks,
>Amir