public void Is_Ip_Address() { Assert.That(IpAddress.IsIpAddress("192.168.167.10"), Is.True); Assert.That(IpAddress.IsIpAddress("NO_IP"), Is.False); }