HomeSort by relevance Sort by last modified time
    Searched defs:FRIEND_TEST (Results 1 - 5 of 5) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest_prod.h 38 // 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)\
  /external/chromium/testing/gtest/include/gtest/
gtest_prod.h 38 // 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)\
  /external/gtest/include/gtest/
gtest_prod.h 38 // 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)\
  /external/protobuf/gtest/include/gtest/
gtest_prod.h 38 // 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)\
  /external/chromium/base/json/
json_reader.h 41 #define FRIEND_TEST(test_case_name, test_name)\
131 FRIEND_TEST(JSONReaderTest, Reading);
132 FRIEND_TEST(JSONReaderTest, ErrorMessages);

Completed in 300 milliseconds