Go to the documentation of this file.
   34 #ifndef GTEST_INCLUDE_GTEST_GTEST_PROD_H_ 
   35 #define GTEST_INCLUDE_GTEST_GTEST_PROD_H_ 
   55 #define FRIEND_TEST(test_case_name, test_name)\ 
   56 friend class test_case_name##_##test_name##_Test 
   58 #endif  // GTEST_INCLUDE_GTEST_GTEST_PROD_H_