Searched refs:FRIEND_TEST (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dproduction.h42 FRIEND_TEST(PrivateCodeTest, CanAccessPrivateMembers);
45 FRIEND_TEST(PrivateCodeFixtureTest, CanAccessPrivateMembers);
H A Dgtest_unittest.cc4988 // Tests the FRIEND_TEST macro.
5001 FRIEND_TEST(FRIEND_TEST_Test, TEST);
5002 FRIEND_TEST(FRIEND_TEST_Test2, TEST_F);
5005 // Tests that the FRIEND_TEST declaration allows a TEST to access a
5011 // The fixture needed to test using FRIEND_TEST with TEST_F.
5017 // Tests that the FRIEND_TEST declaration allows a TEST_F to access a
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest_prod.h38 // use the FRIEND_TEST macro to declare your tests as friends of the
44 // FRIEND_TEST(MyClassTest, MyMethod);
55 #define FRIEND_TEST(test_case_name, test_name)\ macro

Completed in 29 milliseconds