红联Linux门户
Linux帮助

NoSQLUnit 0.5.0发布,NoSQL单元测试

发布时间:2012-10-16 10:24:29来源:红联作者:empast
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

来自:开源中国社区
文章评论

共有 0 条评论