JUnit 的 NoSQL 扩展:NoSQL Unit

jopen 10年前

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": [          ...      ],      ....}

项目主页:http://www.open-open.com/lib/view/home/1405735047375