template <class ParamType>

struct TestParamInfo

Defined at line 64 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h

Input to a parameterized test name generator, describing a test parameter.

Consists of the parameter value and the integer parameter index.

Public Members

ParamType param
size_t index

Public Methods

void TestParamInfo<ParamType> (const ParamType & a_param, size_t an_index)

Defined at line 65 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h