Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Classes | Functions
foo Namespace Reference

Classes

class  MixedUpTestSuiteTest
 
class  MixedUpTestSuiteWithSameTestNameTest
 
class  PathLike
 
struct  PointerPrintable
 
struct  PrintableViaPrintTo
 
class  PrintableViaPrintToTemplate
 
class  StreamableTemplateInFoo
 
class  UnprintableInFoo
 

Functions

 TEST_F (MixedUpTestSuiteTest, FirstTestFromNamespaceFoo)
 
 TEST_F (MixedUpTestSuiteTest, SecondTestFromNamespaceFoo)
 
 TEST_F (MixedUpTestSuiteWithSameTestNameTest, TheSecondTestWithThisNameShouldFail)
 
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)
 

Function Documentation

◆ TEST_F() [1/3]

foo::TEST_F ( MixedUpTestSuiteTest ,
FirstTestFromNamespaceFoo  )

Definition at line 494 of file googletest-output-test_.cc.

◆ TEST_F() [2/3]

foo::TEST_F ( MixedUpTestSuiteTest ,
SecondTestFromNamespaceFoo  )

Definition at line 495 of file googletest-output-test_.cc.

◆ TEST_F() [3/3]

foo::TEST_F ( MixedUpTestSuiteWithSameTestNameTest ,
TheSecondTestWithThisNameShouldFail  )

Definition at line 500 of file googletest-output-test_.cc.

◆ PrintTo() [1/2]

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

Definition at line 134 of file googletest-printers-test.cc.

◆ operator<<() [1/2]

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

Definition at line 140 of file googletest-printers-test.cc.

◆ PrintTo() [2/2]

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

Definition at line 159 of file googletest-printers-test.cc.

◆ operator<<() [2/2]

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

Definition at line 175 of file googletest-printers-test.cc.