Ejemplo n.º 1
0
        public void TestGetCurrentUserId()
        {
            var userId = NotificationIcon.GetCurrentUserId("TEST");

            Assert.AreEqual("mfranz", userId);
        }