Boost.Test是如何测试的


Boost.Test框架本身有测试吗?Boost似乎有很多其他库的回归测试,都是用Boost.Test编写的。但是,如何确保测试框架本身是正确的呢?
boost/libs/test$ ls test
Jamfile.v2           execution_monitor-ts inputs               selfcontained.cpp    usage-variants-ts
README.md            framework-ts         multithreading-ts    smoke-ts             utils-ts
baseline-outputs     gen_coverage.sh      prg_exec_monitor-ts  test-organization-ts writing-test-ts

所以在我看来,Boost.Test有很多测试!

粗略地看,这些测试看起来没有使用boost.test,而是在测试终端的字符串输出。

最新更新