| 16 | using namespace network_util; |
| 17 | |
| 18 | TEST(NetworkUtilTest, IsInterfaceUp) |
| 19 | { |
| 20 | EXPECT_FALSE(IsInterfaceUp("foo_bar")); |
| 21 | } |
| 22 | |
| 23 | TEST(NetworkUtilTest, GetNetworkInterfaces) |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected