Home
last modified time | relevance | path

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

/freebsd/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 __anon45bb9d110202()
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/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h63 struct TestParamInfo { struct
64 TestParamInfo(const ParamType& a_param, size_t an_index) in TestParamInfo() function
74 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
382 std::string DefaultParamName(const TestParamInfo<ParamType>& info) { in DefaultParamName()
513 using ParamNameGeneratorFunc = std::string(const TestParamInfo<ParamType>&);
581 name_func(TestParamInfo<ParamType>(param, i)); in RegisterTests()
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md118 [`TestParamInfo<class ParamType>`](#TestParamInfo) and return a `std::string`.
127 [](const testing::TestParamInfo<MyTestSuite::ParamType>& info) {
771 ### TestParamInfo {#TestParamInfo}
773 `testing::TestParamInfo<T>`
1444 `std::string testing::PrintToStringParamName(TestParamInfo<T>& info)`
1452 See also [`TestParamInfo`](#TestParamInfo) and
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h502 const ::testing::TestParamInfo<test_suite_name::ParamType>& info) { \
/freebsd/contrib/googletest/docs/
H A Dadvanced.md1221 `testing::TestParamInfo<class ParamType>`, and return `std::string`.
1262 [](const testing::TestParamInfo<MyTestSuite::ParamType>& info) {