jest:一个健全和最小的 C++14 单元测试框架

时间:2024-07-03 11:09:31
【文件属性】:

文件名称:jest:一个健全和最小的 C++14 单元测试框架

文件大小:12KB

文件格式:ZIP

更新时间:2024-07-03 11:09:31

C++

jest(C++14 单元测试框架) jest 是一个健全且最小的(仅标头)C++ 单元测试框架,它使用基于模板的方法来注册测试。 测试编写时绝对不使用或不需要宏,整个 API 可以在以下示例中描述: # include < jest> /* Step 1: Define a group type and object. */ struct ex_1 { }; using ex_1_group = jest::group; ex_1_group const ex_1_obj{ " example " }; /* Step 2: Specialize for your group and all tests you'd like. */ namespace jest { template <> template <> void ex_1_group


【文件预览】:
jest-master
----.gitignore(81B)
----Makefile.in(2KB)
----configure(3KB)
----LICENSE(1KB)
----.ycm_extra_conf.py(3KB)
----README.md(4KB)
----include()
--------jest()
----example()
--------output.cpp(927B)
--------main.cpp(1KB)
----do_install(904B)

网友评论