Re: Testing log4j-mongodb
As for CouchDB, if we can embed it in an integration test, I think that would be good enough. On 19 October 2017 at 19:17, Gary Gregory wrote: > Hi All: > > In order to do integration tests with MongoDB, we should depend on and use: > > > de.flapdoodle.embed > de.flapdoodle.embe
Testing log4j-mongodb
Hi All: In order to do integration tests with MongoDB, we should depend on and use: de.flapdoodle.embed de.flapdoodle.embed.mongo 2.0.0 test This is what I did at work and it works like a charm. Gary