Classes | |
class | MixedUpTestCaseTest |
class | MixedUpTestCaseWithSameTestNameTest |
struct | PointerPrintable |
struct | PrintableViaPrintTo |
class | PrintableViaPrintToTemplate |
class | StreamableTemplateInFoo |
class | UnprintableInFoo |
Functions | |
::std::ostream & | operator<< (::std::ostream &os, const PointerPrintable *) |
template<typename T > | |
inline::std::ostream & | operator<< (::std::ostream &os, const StreamableTemplateInFoo< T > &x) |
void | PrintTo (const PrintableViaPrintTo &x,::std::ostream *os) |
template<typename T > | |
void | PrintTo (const PrintableViaPrintToTemplate< T > &x,::std::ostream *os) |
TEST_F (MixedUpTestCaseTest, FirstTestFromNamespaceFoo) | |
TEST_F (MixedUpTestCaseTest, SecondTestFromNamespaceFoo) | |
TEST_F (MixedUpTestCaseWithSameTestNameTest, TheSecondTestWithThisNameShouldFail) |
std::ostream & foo::operator<< | ( | ::std::ostream & | os, |
const PointerPrintable * | |||
) |
Definition at line 147 of file gmock/gtest/test/gtest-printers_test.cc.
std::ostream & foo::operator<< | ( | ::std::ostream & | os, |
const StreamableTemplateInFoo< T > & | x | ||
) | [inline] |
Definition at line 180 of file gmock/gtest/test/gtest-printers_test.cc.
void foo::PrintTo | ( | const PrintableViaPrintTo & | x, |
::std::ostream * | os | ||
) |
Definition at line 139 of file gmock/gtest/test/gtest-printers_test.cc.
void foo::PrintTo | ( | const PrintableViaPrintToTemplate< T > & | x, |
::std::ostream * | os | ||
) |
Definition at line 164 of file gmock/gtest/test/gtest-printers_test.cc.
foo::TEST_F | ( | MixedUpTestCaseTest | , |
FirstTestFromNamespaceFoo | |||
) |
Definition at line 533 of file gmock/gtest/test/gtest_output_test_.cc.
foo::TEST_F | ( | MixedUpTestCaseTest | , |
SecondTestFromNamespaceFoo | |||
) |
Definition at line 534 of file gmock/gtest/test/gtest_output_test_.cc.
foo::TEST_F | ( | MixedUpTestCaseWithSameTestNameTest | , |
TheSecondTestWithThisNameShouldFail | |||
) |
Definition at line 539 of file gmock/gtest/test/gtest_output_test_.cc.