I've had success with testcontainers that allows you to start up a docker container for a test and then throw it away afterwards:
https://github.com/testcontainers/testcontainers-java You can startup a couchdb docker container. https://hub.docker.com/r/klaemo/couchdb/ On 7 July 2016 at 16:27, Cihad Guzel <[email protected]> wrote: > Hi > > I am new to CouchDB. I implement CouchDB datastore using Ektorp client on > Apache GORA project [1][2]. I want to add test classes but I wonder how to > start couchdb server programmatically using java. Do you have an idea? > > [1] https://issues.apache.org/jira/browse/GORA-437 > [2] https://github.com/cguzel/gora-couchdb > -- Matthew Buckett, VLE Developer, IT Services, University of Oxford
