Ejemplo n.º 1
0
        public void GetMessageTest()
        { // Assert.IsNotNull(variables);
            string response = notify.GetMessageByLanguage("fr-CA");

            //  Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsInstanceOfType(typeof(string),typeof(response));
            Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsNotNull(response);

            var msgString = Language.GetFromResourceFile("BaseHelloMessage", "fr-CA");

            Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreSame(msgString, response);

            Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsNotNull(response);
        }