Esempio n. 1
0
        public void GetLogWhenNoValueIsSetTest()
        {
            var notifyByEmail = new NotifyByEmail();

            Assert.AreEqual(true, notifyByEmail.Send("Order Placed"));
        }
Esempio n. 2
0
        public void GetLogWhenValueIsSetTest()
        {
            var notifyByEmail = new NotifyByEmail();

            Assert.AreEqual(true, notifyByEmail.SendSubject("Insufficient Quantity"));
        }