33 #ifndef GTEST_TEST_PRODUCTION_H_ 34 #define GTEST_TEST_PRODUCTION_H_ 41 FRIEND_TEST(PrivateCodeTest, CanAccessPrivateMembers);
48 int x()
const {
return x_; }
50 void set_x(
int an_x) { x_ = an_x; }
54 #endif // GTEST_TEST_PRODUCTION_H_ int x() const
Definition: production.h:48
FRIEND_TEST(PrivateCodeTest, CanAccessPrivateMembers)
Definition: production.h:38
PrivateCode()
Definition: production.cc:35