AutoTest:C ++测试框架

时间:2024-03-25 00:04:54
【文件属性】:

文件名称:AutoTest:C ++测试框架

文件大小:39KB

文件格式:ZIP

更新时间:2024-03-25 00:04:54

C++

自动测试 提供自动测试和匹配器的C ++测试框架。 例子 # include < auto> TEST_SUITE (ExampleTests) { TEST ( 0 , shouldRunThisTestAutomatically) { ASSERT_TRUE ( 1 == 1 ); } } int main () { auto_test::run_tests (); } 输出: Running test suites Running suite 'ExampleTests' #0: shouldRunThisTestAutomatically passed All tests passed in suite 'ExampleTests' All suites passed 问题跟踪 主要问题跟踪位于 可在获


【文件预览】:
AutoTest-master
----doxygen.config(112KB)
----src()
--------auto_test.cpp(2KB)
--------auto_test()
----LICENSE(1KB)
----README.md(660B)
----Makefile(599B)
----docs()
--------footer.html(261B)
----.gitignore(50B)
----include()
--------auto_test()
--------auto_test.hpp(5KB)

网友评论