c++ 使用哪个单元测试框架?
Which unit test framework to use for c++?
您认为哪个单元测试框架最好?应该可以与 c++/cmake 项目一起使用。
如果可能的话,它应该有一个 eclipse 插件。
C++ 有很多单元测试框架。但是我喜欢Catch most. Its design is modern, and supports awesome features。它是一个只有头文件的库,非常易于使用。
检查增强单元测试framework. Here's a link to a tutorial on how to use it. It's fairly straight fforward: tutorials
您认为哪个单元测试框架最好?应该可以与 c++/cmake 项目一起使用。 如果可能的话,它应该有一个 eclipse 插件。
C++ 有很多单元测试框架。但是我喜欢Catch most. Its design is modern, and supports awesome features。它是一个只有头文件的库,非常易于使用。
检查增强单元测试framework. Here's a link to a tutorial on how to use it. It's fairly straight fforward: tutorials