Home > Database > Mysql Tutorial > NoSQLUnit 0.5.0 发布,NoSQL 单元测试

NoSQLUnit 0.5.0 发布,NoSQL 单元测试

WBOY
Release: 2016-06-07 17:56:48
Original
1007 people have browsed it

NoSQLUnit 0.5.0 发布,支持新的引擎,实现了嵌入式的内存中的 Redis(基于 Jedis),不过目前实现还有一些限制,详情请看。可通过 registerEmbeddedRedis 规则来使用: @ClassRule public static EmbeddedRedis embeddedRedis = newEmbeddedRedisRule().bui

NoSQLUnit 0.5.0 发布,香港服务器,支持新的引擎,实现了嵌入式的内存中的 Redis(基于 Jedis),香港虚拟主机,不过目前实现还有一些限制,详情请看。可通过 registerEmbeddedRedis 规则来使用:

@ClassRule
public static EmbeddedRedis embeddedRedis = newEmbeddedRedisRule().build();

NoSQLUnit 是一个 JUnit 的扩展,服务器空间,用来为那些使用了 NoSQL 后端的应用提供单元测试和集成测试的工具。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template