MCPcopy Create free account
hub / github.com/PiSCSI/piscsi / TEST

Function TEST

cpp/test/network_util_test.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16using namespace network_util;
17
18TEST(NetworkUtilTest, IsInterfaceUp)
19{
20 EXPECT_FALSE(IsInterfaceUp("foo_bar"));
21}
22
23TEST(NetworkUtilTest, GetNetworkInterfaces)
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected