public void PingDelayTest() { var b = NetworkTools.PingDelay("baidu.com"); Assert.False(b == null); }