-
Notifications
You must be signed in to change notification settings - Fork 0
UnitTesting
Henry m edited this page Jul 17, 2024
·
9 revisions
- http://stackoverflow.com/questions/7922289/googletest-vs-cppunit-the-facts
- https://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#C.2B.2B
- https://github.com/google/googletest
- http://cxxtest.com/
- http://gamesfromwithin.com/exploring-the-c-unit-testing-framework-jungle#cxxtest
- http://www.testdriven.com/
- QuickCheck
- Static analysis
- Unit test
- QuickCheck
- coverage
- reporting
- Corberture
- TestNG
gcovr -r . --xml-pretty
gcovr -r . -s --exclude *.h --exclude runner.cpp
There was a ';' missing at the end of the 'Class' definition in the .h file.