Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/
Dresolv_gold_test.cpp387 using GoldTestParamType = std::tuple<DnsProtocol, std::string /* filename */>; typedef
388 class ResolvGoldTest : public TestBase, public ::testing::WithParamInterface<GoldTestParamType> {
391 static std::string Name(const ::testing::TestParamInfo<GoldTestParamType>& info) { in Name()