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.cc988 std::string operator()(const ::testing::TestParamInfo<std::string>& inf) { in operator ()()
1003 const ::testing::TestParamInfo<std::string>& inf) { in CustomParamNameFunction()
1025 [](const ::testing::TestParamInfo<std::string>& inf) { in __anon45bb9d110602()
1092 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.h64 struct TestParamInfo { struct
65 TestParamInfo(const ParamType& a_param, size_t an_index) in TestParamInfo() argument
75 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
383 std::string DefaultParamName(const TestParamInfo<ParamType>& info) { in DefaultParamName()
514 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) {
868 ### TestParamInfo {#TestParamInfo}
870 `testing::TestParamInfo<T>`
1541 `std::string testing::PrintToStringParamName(TestParamInfo<T>& info)`
1549 See also [`TestParamInfo`](#TestParamInfo) and
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h559 const ::testing::TestParamInfo<test_suite_name::ParamType>& info) { \
/freebsd/contrib/googletest/docs/
H A Dadvanced.md1227 `testing::TestParamInfo<class ParamType>`, and return `std::string`.
1268 [](const testing::TestParamInfo<MyTestSuite::ParamType>& info) {