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

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

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