Esempio n. 1
0
        public void CanResolveNetworkInterface()
        {
            var net = AuthenticationHelpers.GetNetworkInterface();

            Assert.That(net, Is.Not.Null);
            Assert.That(net, Is.Not.Empty);
        }