コード例 #1
0
        public void GetApplicationID()
        {
            var u = new UniquePropertyNotifier("app");

            Assert.AreEqual("app", UniquePropertyNotifier.GetApplicationID(u.UniqueKey));
        }
コード例 #2
0
 public void GetComputerName()
 {
     var u = new UniquePropertyNotifier("app");
     Assert.AreEqual(u.User.ComputerName, UniquePropertyNotifier.GetComputerName(u.UniqueKey));
 }
コード例 #3
0
        public void GetComputerName()
        {
            var u = new UniquePropertyNotifier("app");

            Assert.AreEqual(u.User.ComputerName, UniquePropertyNotifier.GetComputerName(u.UniqueKey));
        }
コード例 #4
0
 public void GetApplicationID()
 {
     var u = new UniquePropertyNotifier("app");
     Assert.AreEqual("app", UniquePropertyNotifier.GetApplicationID(u.UniqueKey));
 }