35 #ifndef GOOGLETEST_TEST_GOOGLETEST_PARAM_TEST_TEST_H_ 36 #define GOOGLETEST_TEST_GOOGLETEST_PARAM_TEST_TEST_H_ 38 #include "gtest/gtest.h" 42 class ExternalInstantiationTest :
public ::testing::TestWithParam<int> {
47 class InstantiationInMultipleTranslationUnitsTest
48 :
public ::testing::TestWithParam<int> {
51 #endif // GOOGLETEST_TEST_GOOGLETEST_PARAM_TEST_TEST_H_