MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / TEST_P

Function TEST_P

tests/unit/test_network.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9struct MdnsInstanceNameTest: testing::TestWithParam<std::tuple<std::string, std::string>> {};
10
11TEST_P(MdnsInstanceNameTest, Run) {
12 auto [input, expected] = GetParam();
13 ASSERT_EQ(net::mdns_instance_name(input), expected);
14}
15
16INSTANTIATE_TEST_SUITE_P(
17 MdnsInstanceNameTests,

Callers

nothing calls this directly

Calls 1

mdns_instance_nameFunction · 0.85

Tested by

no test coverage detected