FEDEM Solver  R8.0
Source code of the dynamics solver
gtest.h File Reference

Google test wrapper. More...

#include "gtest/gtest.h"
Include dependency graph for gtest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Google test wrapper.

This file just includes the gtest.h file from the google test package and then redefines the INSTATIATE_TEST_CASE_P macro in case of newer versions. We do this to avoid the generated warning on use of the depreciated API. Since googletest does not have any versioning information, the way we check which version we have is to check if GTEST_INCLUDE_GTEST_GTEST_MATCHERS_H_ is defined. If so, we have a newer version.