integration « mongodb « Java Database Q&A





1. Integration tests with MongoDB?    stackoverflow.com

I need to do several integration tests on a Mongo database using Java, and I was looking for a DbUnit-like solution (DbUnit is for Hibernate) that can populate my database with ...

2. Embedded MongoDB when running integration tests    stackoverflow.com

My question is a variation of this one. Since my Java Web-app project requires a lot of read filters/queries and interfaces with tools like GridFS, I'm struggling to think of a ...