tesseract v5.3.3.20231005
TypeParametrizedTestNames Class Reference

Static Public Member Functions

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

Detailed Description

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

Member Function Documentation

◆ GetName()

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

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

326 {
328 return std::string("parChar") + ::testing::PrintToString(i);
329 }
331 return std::string("parInt") + ::testing::PrintToString(i);
332 }
333 }
int value
::std::string PrintToString(const T &value)

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