编程异常大全
java
c
c++
c#
php
ios
linux
android
.net
javascript
python
node.js
swift
dart
r
flutter
NoSQLUnit 0.7.6发布
简体中文
English
NoSQLUnit
是一个JUnit扩展,用于简化使用NoSQL后端的系统的编写单元和集成测试。参观
official page
了解更多信息。
在0.7.6版本中,实施了以下更改:
FongoDB版本已更新至1.0.7。第73期(
https://github.com/lordofthejars/nosql-unit/issues/73
)
更新日志记录依赖项。问题#71和#69。谢谢斯斯拉维奇。
更新POM配置。第70期。(
https://github.com/lordofthejars/nosql-unit/pull/70
)。谢谢斯斯拉维奇。
现在您可以在MongoDB索引中添加选项(如选项、地理空间内容等)。第67期。(
https://github.com/lordofthejars/nosql-unit/issues/67
)。请参阅创建唯一索引的示例
here
。
改进了测试Redis复制的方式。第62期(
https://github.com/lordofthejars/nosql-unit/issues/62
)。请参阅如何定义复制方案的示例
here
。
所有的Redis测试都是使用Redis 2.6.x通过的。Redis 2.4.x已弃用,并将在2013年底从其支持中删除。