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