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

/external/chromium_org/testing/gtest/test/
H A Dproduction.h42 FRIEND_TEST(PrivateCodeTest, CanAccessPrivateMembers);
45 FRIEND_TEST(PrivateCodeFixtureTest, CanAccessPrivateMembers);
H A Dgtest_unittest.cc4973 // Tests the FRIEND_TEST macro.
4986 FRIEND_TEST(FRIEND_TEST_Test, TEST);
4987 FRIEND_TEST(FRIEND_TEST_Test2, TEST_F);
4990 // Tests that the FRIEND_TEST declaration allows a TEST to access a
4996 // The fixture needed to test using FRIEND_TEST with TEST_F.
5002 // Tests that the FRIEND_TEST declaration allows a TEST_F to access a
/external/gtest/test/
H A Dproduction.h42 FRIEND_TEST(PrivateCodeTest, CanAccessPrivateMembers);
45 FRIEND_TEST(PrivateCodeFixtureTest, CanAccessPrivateMembers);
H A Dgtest_unittest.cc4889 // Tests the FRIEND_TEST macro.
4902 FRIEND_TEST(FRIEND_TEST_Test, TEST);
4903 FRIEND_TEST(FRIEND_TEST_Test2, TEST_F);
4906 // Tests that the FRIEND_TEST declaration allows a TEST to access a
4912 // The fixture needed to test using FRIEND_TEST with TEST_F.
4918 // Tests that the FRIEND_TEST declaration allows a TEST_F to access a
/external/chromium_org/base/
H A Dgtest_prod_util.h10 // This is a wrapper for gtest's FRIEND_TEST macro that friends
22 FRIEND_TEST(test_case_name, test_name); \
23 FRIEND_TEST(test_case_name, DISABLED_##test_name); \
24 FRIEND_TEST(test_case_name, FLAKY_##test_name)
/external/chromium_org/testing/gtest/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
/external/chromium_org/third_party/mesa/src/src/gtest/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
/external/gtest/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
/external/llvm/utils/unittest/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
/external/mesa3d/src/gtest/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
/external/protobuf/gtest/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
/external/protobuf/gtest/test/
H A Dproduction.h42 FRIEND_TEST(PrivateCodeTest, CanAccessPrivateMembers);
45 FRIEND_TEST(PrivateCodeFixtureTest, CanAccessPrivateMembers);
H A Dgtest_unittest.cc4878 // Tests the FRIEND_TEST macro.
4891 FRIEND_TEST(FRIEND_TEST_Test, TEST);
4892 FRIEND_TEST(FRIEND_TEST_Test2, TEST_F);
4895 // Tests that the FRIEND_TEST declaration allows a TEST to access a
4901 // The fixture needed to test using FRIEND_TEST with TEST_F.
4907 // Tests that the FRIEND_TEST declaration allows a TEST_F to access a
/external/chromium_org/jingle/notifier/base/
H A Dxmpp_connection.h94 FRIEND_TEST(XmppConnectionTest, RaisedError);
95 FRIEND_TEST(XmppConnectionTest, Connect);
96 FRIEND_TEST(XmppConnectionTest, MultipleConnect);
97 FRIEND_TEST(XmppConnectionTest, ConnectThenError);
98 FRIEND_TEST(XmppConnectionTest, TasksDontRunAfterXmppConnectionDestructor);
/external/chromium_org/base/json/
H A Djson_parser.h28 #define FRIEND_TEST(test_case_name, test_name)\ macro
32 FRIEND_TEST(test_case_name, test_name); \
33 FRIEND_TEST(test_case_name, DISABLED_##test_name); \
34 FRIEND_TEST(test_case_name, FLAKY_##test_name)
/external/chromium_org/
H A DPRESUBMIT.py150 # Make sure that gtest's FRIEND_TEST() macro is not used; the
154 'FRIEND_TEST(',
156 'Chromium code should not use gtest\'s FRIEND_TEST() macro. Include',
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17025 // use the FRIEND_TEST macro to declare your tests as friends of the
17031 // FRIEND_TEST(MyClassTest, MyMethod);
17042 #define FRIEND_TEST(test_case_name, test_name)\ macro
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17025 // use the FRIEND_TEST macro to declare your tests as friends of the
17031 // FRIEND_TEST(MyClassTest, MyMethod);
17042 #define FRIEND_TEST(test_case_name, test_name)\ macro

Completed in 657 milliseconds