Analysis Software
Documentation for sPHENIX simulation software
|
Classes | |
class | UnprintableInFoo |
struct | PrintableViaPrintTo |
struct | PointerPrintable |
class | PrintableViaPrintToTemplate |
class | StreamableTemplateInFoo |
class | MixedUpTestCaseTest |
class | MixedUpTestCaseWithSameTestNameTest |
Functions | |
void | PrintTo (const PrintableViaPrintTo &x,::std::ostream *os) |
::std::ostream & | operator<< (::std::ostream &os, const PointerPrintable *) |
template<typename T > | |
void | PrintTo (const PrintableViaPrintToTemplate< T > &x,::std::ostream *os) |
template<typename T > | |
inline::std::ostream & | operator<< (::std::ostream &os, const StreamableTemplateInFoo< T > &x) |
TEST_F (MixedUpTestCaseTest, FirstTestFromNamespaceFoo) | |
TEST_F (MixedUpTestCaseTest, SecondTestFromNamespaceFoo) | |
TEST_F (MixedUpTestCaseWithSameTestNameTest, TheSecondTestWithThisNameShouldFail) | |
::std::ostream& foo::operator<< | ( | ::std::ostream & | os, |
const PointerPrintable * | |||
) |
Definition at line 152 of file gtest-printers_test.cc.
View newest version in sPHENIX GitHub at line 152 of file gtest-printers_test.cc
inline ::std::ostream& foo::operator<< | ( | ::std::ostream & | os, |
const StreamableTemplateInFoo< T > & | x | ||
) |
Definition at line 185 of file gtest-printers_test.cc.
View newest version in sPHENIX GitHub at line 185 of file gtest-printers_test.cc
References foo::StreamableTemplateInFoo< T >::value().
void foo::PrintTo | ( | const PrintableViaPrintTo & | x, |
::std::ostream * | os | ||
) |
Definition at line 144 of file gtest-printers_test.cc.
View newest version in sPHENIX GitHub at line 144 of file gtest-printers_test.cc
References foo::PrintableViaPrintTo::value.
void foo::PrintTo | ( | const PrintableViaPrintToTemplate< T > & | x, |
::std::ostream * | os | ||
) |
Definition at line 169 of file gtest-printers_test.cc.
View newest version in sPHENIX GitHub at line 169 of file gtest-printers_test.cc
References foo::PrintableViaPrintToTemplate< T >::value().
foo::TEST_F | ( | MixedUpTestCaseTest | , |
FirstTestFromNamespaceFoo | |||
) |
Definition at line 538 of file gtest_output_test_.cc.
View newest version in sPHENIX GitHub at line 538 of file gtest_output_test_.cc
foo::TEST_F | ( | MixedUpTestCaseTest | , |
SecondTestFromNamespaceFoo | |||
) |
Definition at line 539 of file gtest_output_test_.cc.
View newest version in sPHENIX GitHub at line 539 of file gtest_output_test_.cc
foo::TEST_F | ( | MixedUpTestCaseWithSameTestNameTest | , |
TheSecondTestWithThisNameShouldFail | |||
) |
Definition at line 544 of file gtest_output_test_.cc.
View newest version in sPHENIX GitHub at line 544 of file gtest_output_test_.cc