Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borsch/mongomery
Simple tool to assert MongoDB state in tests
https://github.com/borsch/mongomery
java junit mongodb test testing
Last synced: 25 days ago
JSON representation
Simple tool to assert MongoDB state in tests
- Host: GitHub
- URL: https://github.com/borsch/mongomery
- Owner: borsch
- License: apache-2.0
- Created: 2020-01-15T07:56:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T20:50:29.000Z (over 1 year ago)
- Last Synced: 2023-07-26T21:55:57.509Z (over 1 year ago)
- Topics: java, junit, mongodb, test, testing
- Language: Java
- Homepage: https://borsch.github.io/mongomery/
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://github.com/borsch/mongomery/workflows/Java%20CI/badge.svg)
# mongomery
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.
com.github.borsch
mongomery
wanted-version
## change log
- [0.3.2](https://github.com/borsch/mongomery/releases/tag/mongomery-0.3.2) - 23/02/2020
- [0.3.1](https://github.com/borsch/mongomery/releases/tag/mongomery-0.3.1) - 06/02/2020
- [0.3.0](https://github.com/borsch/mongomery/releases/tag/mongomery-0.3.0) - 26/01/2020
- [0.2.0](https://github.com/borsch/mongomery/releases/tag/mongomery-0.2.0) - 12/01/2020 - assert `com.mongodb.client.MongoDatabase` instead of `com.mongodb.DB` (deprecated API)
- [0.1.0](https://github.com/borsch/mongomery/releases/tag/mongomery-0.1.0) - 11/01/2020 - first release## docs
[docs](https://github.com/borsch/mongomery/blob/master/docs/index.md)