AutoTest: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.zip
(预估有个16文件)
AutoTest-master
doxygen.config
112KB
src
auto_test.cpp
2KB
auto_test
to_string.cpp
850B
LICENSE
1KB
README.md
660B
Makefile
599B
docs
暂无评论