Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
foo Namespace Reference

Classes

struct  helper_1403
 
class  MixedUpTestCaseTest
 
class  MixedUpTestCaseWithSameTestNameTest
 
class  PathLike
 
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 *  )

Definition at line 150 of file gtest-printers_test.cc.

153 {
154 return os << "PointerPrintable*";
155}
os_t os

◆ operator<<() [2/2]

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

Definition at line 185 of file gtest-printers_test.cc.

186 {
187 return os << "StreamableTemplateInFoo: " << x.value();
188}
Here is the call graph for this function:

◆ PrintTo() [1/2]

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

Definition at line 144 of file gtest-printers_test.cc.

144 {
145 *os << "PrintableViaPrintTo: " << x.value;
146}

◆ PrintTo() [2/2]

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

Definition at line 169 of file gtest-printers_test.cc.

169 {
170 *os << "PrintableViaPrintToTemplate: " << x.value();
171}
Here is the call graph for this function:

◆ TEST_F() [1/3]

foo::TEST_F ( MixedUpTestCaseTest ,
FirstTestFromNamespaceFoo  )

Definition at line 547 of file gtest_output_test_.cc.

547{}

◆ TEST_F() [2/3]

foo::TEST_F ( MixedUpTestCaseTest ,
SecondTestFromNamespaceFoo  )

Definition at line 548 of file gtest_output_test_.cc.

548{}

◆ TEST_F() [3/3]

foo::TEST_F ( MixedUpTestCaseWithSameTestNameTest ,
TheSecondTestWithThisNameShouldFail  )

Definition at line 553 of file gtest_output_test_.cc.

554 {}