public void GetAllIPInfoTest() { string rdo = IPUtils.GetAllIPInfo(); Assert.IsFalse(String.IsNullOrEmpty(rdo)); }