tesseract v5.3.3.20231005
TypedTestNames Class Reference

Static Public Member Functions

template<typename T >
static std::string GetName (int i)
 
template<typename T >
static std::string GetName (int i)
 

Detailed Description

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

Member Function Documentation

◆ GetName() [1/2]

template<typename T >
static std::string TypedTestNames::GetName ( int  i)
inlinestatic

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

769 {
771 return std::string("char") + ::testing::PrintToString(i);
773 return std::string("int") + ::testing::PrintToString(i);
774 }
int value
::std::string PrintToString(const T &value)

◆ GetName() [2/2]

template<typename T >
static std::string TypedTestNames::GetName ( int  i)
inlinestatic

Definition at line 177 of file gtest-typed-test_test.cc.

177 {
179 return std::string("char") + ::testing::PrintToString(i);
180 }
182 return std::string("int") + ::testing::PrintToString(i);
183 }
184 }

The documentation for this class was generated from the following files: