1. 首页
  2. 移动开发
  3. 其他
  4. AutoTest:C ++测试框架 源码

AutoTest:C ++测试框架 源码

上传者: 2021-04-06 20:15:26上传 ZIP文件 39.47KB 热度 6次
自动测试 提供自动测试和匹配器的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 问题跟踪 主要问题跟踪位于 可在获
下载地址
用户评论