JUnit 的 NoSQL 扩展 NoSQL Unit

码农软件 · 软件分类 · 单元测试工具 · 2019-11-18 15:27:22

软件介绍

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


本文地址:https://codercto.com/soft/d/19266.html

On LISP

On LISP

Paul Graham / Prentice Hall / 09 September, 1993 / $52.00

On Lisp is a comprehensive study of advanced Lisp techniques, with bottom-up programming as the unifying theme. It gives the first complete description of macros and macro applications. The book also ......一起来看看 《On LISP》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

SHA 加密
SHA 加密

SHA 加密工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器