I have the same problem ... for tests, I just don't want to configure couchdb ... I just want to have some memory files as simple as possible.
What I did: * I create memory CouchDB Connector => this is just a very simple implementation of "org.ektorp.CouchDbConnector" * By spring, I connect the CouchDbConnection-Implementation, which I need => when I use it for my dev tests. I am connecting my CouchDB Connector memory, if I want to connect to a real CouchDb, I use a regular => org connector. ektorp.impl.StdCouchDbConnector
The only problem is that "org.ektorp.CouchDbConnector" has over 50 methods that need to be implemented. For my problems, it was enough to implement only some of these methods. Depends on your test boxes.
user3227576
source share