Monero
Loading...
Searching...
No Matches
Classes | Functions
foo Namespace Reference

Classes

class  MixedUpTestCaseTest
 
class  MixedUpTestCaseWithSameTestNameTest
 
struct  PointerPrintable
 
struct  PrintableViaPrintTo
 
class  PrintableViaPrintToTemplate
 
class  StreamableTemplateInFoo
 
class  UnprintableInFoo
 

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  )