34 #ifndef GTEST_TEST_PRODUCTION_H_ 35 #define GTEST_TEST_PRODUCTION_H_ 42 FRIEND_TEST(PrivateCodeTest, CanAccessPrivateMembers);
49 int x()
const {
return x_; }
51 void set_x(
int an_x) { x_ = an_x; }
55 #endif // GTEST_TEST_PRODUCTION_H_
int x() const
Definition: production.h:49
Definition: production.h:39
FRIEND_TEST(PrivateCodeTest, CanAccessPrivateMembers)
PrivateCode()
Definition: production.cc:36