- Notifications
You must be signed in to change notification settings - Fork0
Simple tool to assert MongoDB state in tests
License
NotificationsYou must be signed in to change notification settings
borsch/mongomery
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple and useful util for unit and integration testing with mongodb (java 1.8+)
This library allows you easily populate db with predefined datafrom 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>
About
Simple tool to assert MongoDB state in tests