NoSQLUnit 0.5.0 发布,支持新的引擎,实现了嵌入式的内存中的 Redis(基于 Jedis),不过目前实现还有一些限制,详情请看http://lordofthejars.github.com/nosql-unit/index.html#d0e2325。可通过 registerEmbeddedRedis 规则来使用:
@ClassRule
public static EmbeddedRedis embeddedRedis = newEmbeddedRedisRule().build();
NoSQLUnit 是一个 JUnit 的扩展,用来为那些使用了 NoSQL 后端的应用提供单元测试和集成测试的工具。
主页:https://github.com/lordofthejars/nosql-unit
下载:https://github.com/lordofthejars/nosql-unit/tags
来自:开源中国社区

