Monero
Loading...
Searching...
No Matches
foo Namespace Reference

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)

Function Documentation

◆ operator<<() [1/2]

::std::ostream & foo::operator<< ( ::std::ostream & os,
const PointerPrintable *  )

◆ operator<<() [2/2]

template<typename T>
inline ::std::ostream & foo::operator<< ( ::std::ostream & os,
const StreamableTemplateInFoo< T > & x )

◆ PrintTo() [1/2]

void foo::PrintTo ( const PrintableViaPrintTo & x,
::std::ostream * os )

◆ PrintTo() [2/2]

template<typename T>
void foo::PrintTo ( const PrintableViaPrintToTemplate< T > & x,
::std::ostream * os )

◆ TEST_F() [1/3]

foo::TEST_F ( MixedUpTestCaseTest ,
FirstTestFromNamespaceFoo  )

◆ TEST_F() [2/3]

foo::TEST_F ( MixedUpTestCaseTest ,
SecondTestFromNamespaceFoo  )

◆ TEST_F() [3/3]

foo::TEST_F ( MixedUpTestCaseWithSameTestNameTest ,
TheSecondTestWithThisNameShouldFail  )