Searched refs:GoldTestParamType (Results 1 – 1 of 1) sorted by relevance
387 using GoldTestParamType = std::tuple<DnsProtocol, std::string /* filename */>; typedef388 class ResolvGoldTest : public TestBase, public ::testing::WithParamInterface<GoldTestParamType> {391 static std::string Name(const ::testing::TestParamInfo<GoldTestParamType>& info) { in Name()