Sonarcloud c++ does not understand the gtest macro's

Sonarcloud c++ does not understand the gtest macro’s.

There are a lot of false positives on private/protected members and instantiations of GetParam() calls in TEST_P()'s from gtest.

Hi @tsijs,

it would be of help if you could provide some example of false positives.

You may also want to consider to exclude test compilation units from the sonar.sources set of files.