Example #1
0
        public void GetIpAddressTest()
        {
            // Act
            string result = _instance.GetIpAddress();

            // Assert
            Console.WriteLine(result);
            Assert.IsNotEmpty(result);
        }