Esempio n. 1
0
        public void CanGetMachineName()
        {
            string name = AuthenticationHelpers.GetMachineName();

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