Home
last modified time | relevance | path

Searched refs:TestParamInfo (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-invalid-name2-test_.cc38 const testing::TestParamInfo<const char *> &info) { in StringParamTestSuffix()
H A Dgoogletest-param-test-test.cc918 std::string operator()(const ::testing::TestParamInfo<std::string>& inf) { in operator ()()
933 const ::testing::TestParamInfo<std::string>& inf) { in CustomParamNameFunction()
955 [](const ::testing::TestParamInfo<std::string>& inf) { in __anon0884ae470202()
1022 std::string operator()(const ::testing::TestParamInfo<int>& info) { in operator ()()
H A Dgoogletest-output-test_.cc675 std::string ParamNameFunc(const testing::TestParamInfo<std::string>& info) { in ParamNameFunc()
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h62 struct TestParamInfo { struct
63 TestParamInfo(const ParamType& a_param, size_t an_index) in TestParamInfo() function
73 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
381 std::string DefaultParamName(const TestParamInfo<ParamType>& info) { in DefaultParamName()
514 using ParamNameGeneratorFunc = std::string(const TestParamInfo<ParamType>&);
583 name_func(TestParamInfo<ParamType>(*param_it, i)); in RegisterTests()
/freebsd-14.2/contrib/googletest/docs/reference/
H A Dtesting.md117 [`TestParamInfo<class ParamType>`](#TestParamInfo) and return a `std::string`.
126 [](const testing::TestParamInfo<MyTestSuite::ParamType>& info) {
752 ### TestParamInfo {#TestParamInfo}
754 `testing::TestParamInfo<T>`
1423 `std::string testing::PrintToStringParamName(TestParamInfo<T>& info)`
1431 See also [`TestParamInfo`](#TestParamInfo) and
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h502 const ::testing::TestParamInfo<test_suite_name::ParamType>& info) { \
/freebsd-14.2/contrib/googletest/docs/
H A Dadvanced.md1211 `testing::TestParamInfo<class ParamType>`, and return `std::string`.
1252 [](const testing::TestParamInfo<MyTestSuite::ParamType>& info) {