Classes | |
class | MixedUpTestSuiteTest |
class | MixedUpTestSuiteWithSameTestNameTest |
class | PathLike |
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 (MixedUpTestSuiteTest, FirstTestFromNamespaceFoo) | |
TEST_F (MixedUpTestSuiteTest, SecondTestFromNamespaceFoo) | |
TEST_F (MixedUpTestSuiteWithSameTestNameTest, TheSecondTestWithThisNameShouldFail) | |
::std::ostream& foo::operator<< | ( | ::std::ostream & | os, |
const PointerPrintable * | |||
) |
Definition at line 141 of file googletest-printers-test.cc.
inline ::std::ostream& foo::operator<< | ( | ::std::ostream & | os, |
const StreamableTemplateInFoo< T > & | x | ||
) |
Definition at line 174 of file googletest-printers-test.cc.
void foo::PrintTo | ( | const PrintableViaPrintTo & | x, |
::std::ostream * | os | ||
) |
Definition at line 133 of file googletest-printers-test.cc.
void foo::PrintTo | ( | const PrintableViaPrintToTemplate< T > & | x, |
::std::ostream * | os | ||
) |
Definition at line 158 of file googletest-printers-test.cc.
foo::TEST_F | ( | MixedUpTestSuiteTest | , |
FirstTestFromNamespaceFoo | |||
) |
Definition at line 539 of file googletest-output-test_.cc.
foo::TEST_F | ( | MixedUpTestSuiteTest | , |
SecondTestFromNamespaceFoo | |||
) |
Definition at line 540 of file googletest-output-test_.cc.
foo::TEST_F | ( | MixedUpTestSuiteWithSameTestNameTest | , |
TheSecondTestWithThisNameShouldFail | |||
) |
Definition at line 545 of file googletest-output-test_.cc.