开发者

C/C++ Testing framework [duplicate]

This question already has answers here: Closed 11 years ago.

Possible Duplicates:

C/C++ testing framework (like JUnit for java)

C++ unit testing framework

Which of these is a better option to choose for developing an Automated Test Framework which should be platform independent (Windows/Linux/Mac) ?

开发者_JS百科
  1. CUnit
  2. Check
  3. Google test C++ Testing framework.

Or please feel free to suggest any other Testing Framework better than these satisfying the requirements.


Consider using Boost.Test:

http://www.boost.org/doc/libs/1_46_1/libs/test/doc/html/index.html


  1. cxxtest
  2. cpptest


CTest? It is part of CMake.


Are you looking for a unit testing framework? If yes, you should check out CPPUnit.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜