Simple and useful util for unit and integration testing with mongodb (java 1.8+)
This library allows you easily populate db with predefined data from a json file and also do assertions about db state using a json file.
<dependency>
  <groupId>com.github.borsch</groupId>
  <artifactId>mongomery</artifactId>
  <version>wanted-version</version>
</dependency>