NoSQL Unit 0.7.3 发布, NoSQLUnit 是一个 JUnit 的扩展,用来为那些使用了 NoSQL 后端的应用提供单元测试和集成测试的工具。
该版本改进记录:
- 支持 Infinispan .
- 可为每个引擎添加定制的插入和比较方法
- Adding the possibility to avoid NoSQLUnit injects fields annotated by @Inject by using @ByContainer annotation. Very useful for Spring Framework Tests, Arquillian Tests or Needle Tests.
- Removed JMockMongo as embedded Mongo implementation for Fongo project. Users should not notice any difference from the point of view of NoSQLUnit . Thank to Bob Tiernay for providing this valuable information about Fongo .
- Updated mongo-java-driver to 2.10.1.
- Updated neo4j to 1.8.
- Fixed bug #46 thanks to MrKeyholder for discovering and attaching the solution code.