📜 ⬆️ ⬇️

Updated Google Testing Framework

Recently, the Google Testing Framework has been updated to version 1.7.0.
In the new version:
* New feature: death tests are supported on OpenBSD and in IOS Simulator;
* New function: Test :: RecordProperty () can now be used outside of the test method;
* New features: - gtest_list_tests now prints type parameters and parameter values ​​for each test;
* Improvement: char pointers and character arrays are now handled correctly;
* Improvement: reports on failures in XML files now contain the line number and file;
* "Potentially breaking change": RUN_ALL_TESTS () is now implemented as a function instead of a macro in order to work better with Clang;
* Compatibility fixes with C ++ 11 and various platforms;
* and other.

The original is here .

')

Source: https://habr.com/ru/post/194584/


All Articles