Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Simple tool to assert MongoDB state in tests

License

NotificationsYou must be signed in to change notification settings

borsch/mongomery

Repository files navigation

mongomery

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>

change log

  • 0.3.2 - 23/02/2020
  • 0.3.1 - 06/02/2020
  • 0.3.0 - 26/01/2020
  • 0.2.0 - 12/01/2020 - assertcom.mongodb.client.MongoDatabase instead ofcom.mongodb.DB (deprecated API)
  • 0.1.0 - 11/01/2020 - first release

docs

docs


[8]ページ先頭

©2009-2025 Movatter.jp