| 417 | } |
| 418 | |
| 419 | static std::string ToTestNameString( |
| 420 | const ::testing::TestParamInfo<TestFormatParams>& info) { |
| 421 | return std::to_string(info.index) + info.param.ToString(); |
| 422 | } |
| 423 | |
| 424 | static std::vector<TestFormatParams> Values() { |
| 425 | std::vector<TestFormatParams> values; |