NoSQLUnit 0.7.5 Released
NoSQLUnit is a JUnit extension to make writing unit and integration tests of systems that use NoSQL backend easier. Visit official page for more information.
In 0.7.5 release, next changes has been added:
Published at DZone with permission of Alex Soto, author and DZone MVB. (source)- Adding indexes in MongoDB (https://github.com/lordofthejars/nosql-unit#dataset-format)
- Support for Elasticsearch. (https://github.com/lordofthejars/nosql-unit#elasticsearch-engine)
- Fixed issue #53 (https://github.com/lordofthejars/nosql-unit/issues/53) to avoid conflicts with @Inject annotations with Spring Framework and Arquillian by using @ConnectionManager.
- Fixed documentation errors. Thank you so much to Krossnine.
- Added support for testing Spring Data Neo4j applications (https://github.com/lordofthejars/nosql-unit#spring-connection). Full example will be provided soon. Thanks Michael for resolving my questions about Spring Data Neo4j.
- Added support for testing Spring Data MongoDB + Fongo applications (https://github.com/lordofthejars/nosql-unit#configuring-mongodb-connection). Full example will be provided soon.
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)





