|
proxygen
|
#include "gtest/gtest.h"#include "test/production.h"Go to the source code of this file.
Typedefs | |
| typedef testing::Test | PrivateCodeFixtureTest |
Functions | |
| TEST (PrivateCodeTest, CanAccessPrivateMembers) | |
| TEST_F (PrivateCodeFixtureTest, CanAccessPrivateMembers) | |
| typedef testing::Test PrivateCodeFixtureTest |
Definition at line 47 of file gtest_prod_test.cc.
| TEST | ( | PrivateCodeTest | , |
| CanAccessPrivateMembers | |||
| ) |
Definition at line 39 of file gtest_prod_test.cc.
References a, EXPECT_EQ, PrivateCode::set_x(), and PrivateCode::x_.
| TEST_F | ( | PrivateCodeFixtureTest | , |
| CanAccessPrivateMembers | |||
| ) |
Definition at line 51 of file gtest_prod_test.cc.
References a, EXPECT_EQ, PrivateCode::set_x(), and PrivateCode::x_.