NoSQLUnit 0.4.0 发布了,该版本主要是增加对 Cassandra 的支持,包括:
Embedded: com.lordofthejars.nosqlunit.cassandra.EmbeddedCassandra
Managed: com.lordofthejars.nosqlunit.cassandra.ManagedCassandra
NoSQLUnit 是一个 JUnit 的扩展,用来为那些使用了 NoSQL 后端的应用提供单元测试和集成测试的工具。
使用示例:[code]@UsingDataSet(locations="my_data_set.json", loadStrategy=LoadStrategyEnum.REFRESH)@ShouldMatchDataSet(location="my_expected_data_set.json")[/code]主页:https://github.com/lordofthejars/nosql-unit
下载:https://github.com/lordofthejars/nosql-unit/tags
来自:开源中国社区