Possible Duplicates:C ++ Testing Basics: Search RecommendationStructural Testing of C ++ Modules
Hello,
What unit test environment do you recommend for C ++?
thank
In the past, I used CppUnit ( http://sourceforge.net/apps/mediawiki/cppunit/index.php?title=Main_Page ), but now I prefer the Boost test library ( http://www.boost.org/doc/libs /1_46_0/libs/test/doc/html/index.html ).
Recently, I also use QTest (part of the Qt framework) also for my projects other than Qt ( http://qt.nokia.com/products/ )
google test http://code.google.com/p/googletest/
Unittest ++: http://unittest-cpp.sourceforge.net/
Watch it
http://www.boost.org/doc/libs/1_34_0/libs/test/doc/index.html
Boost Testing Library
Source: https://habr.com/ru/post/1795605/More articles:Rails - an array of users has been set - how to get only emails? - ruby-on-railsHow does Dropbox.com upload multiple files function? - htmlBlackberry development: best practices and architecture patterns - javaProviding a C ++ library for Python + PIL - c ++Join tables based on foreign keys - databaseToggle background view - androidksoap2 error sending complex object - javaWhat Java XML Parser is for easy processing? - javaProblem transferring data from Javascript to Flex - javascriptFast SQL query for months - sqlAll Articles