GUnit
GUnit copied to clipboard
Support googletest 1.12.1
In this PR I have updated to googletest 1.12.1
Additionally I have fixed some smaller findings, especially regarding clang:
- added:
// NOLINTto ignore findings for -clang-analyzer-core.NonNullParamChecker -clang-analyzer-core.CallAndMessage - fixed: unit test using
get_type_name()may not contain inline namespacev1:: - fixed: using
static_castto avoid -Wold-style-cast compiler warning