NoSQL Unit JUnit 的 NoSQL 扩展 项目简介
NoSQL Unit 是 JUnit 的 NoSQL 扩展,可以帮助用户编写 NoSQL 单元测试。NoSQL Unit 要求可以运行 NoSQLUnit,Junit 4.10 及以上版本,JDK 5,jars 使用 JDK 6 编译。数据集格式:{
"name_collection1": [
{
"attribute_1":"value1",
"attribute_2":"value2"
},
{
"attribute_3":2,
"attribute_4":"value4"
}
],
"name_collection2": [
...
],
....}
"name_collection1": [
{
"attribute_1":"value1",
"attribute_2":"value2"
},
{
"attribute_3":2,
"attribute_4":"value4"
}
],
"name_collection2": [
...
],
....}