Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)