Exemplo n.º 1
0
 public void Email_with_from()
 {
     Assert.AreEqual(string.IsNullOrEmpty(_emailWithFromAndWithTo.GetFrom()), false);
 }
Exemplo n.º 2
0
 public void Email_without_from()
 {
     Assert.AreEqual(string.IsNullOrEmpty(_emailWithoutFromAndWithoutTo.GetFrom()), true);
 }