Exemplo n.º 1
0
        public void GetApplicationID()
        {
            var u = new UniquePropertyNotifier("app");

            Assert.AreEqual("app", UniquePropertyNotifier.GetApplicationID(u.UniqueKey));
        }
Exemplo n.º 2
0
 public void GetComputerName()
 {
     var u = new UniquePropertyNotifier("app");
     Assert.AreEqual(u.User.ComputerName, UniquePropertyNotifier.GetComputerName(u.UniqueKey));
 }
Exemplo n.º 3
0
        public void GetComputerName()
        {
            var u = new UniquePropertyNotifier("app");

            Assert.AreEqual(u.User.ComputerName, UniquePropertyNotifier.GetComputerName(u.UniqueKey));
        }
Exemplo n.º 4
0
 public void GetApplicationID()
 {
     var u = new UniquePropertyNotifier("app");
     Assert.AreEqual("app", UniquePropertyNotifier.GetApplicationID(u.UniqueKey));
 }