Esempio n. 1
0
 public void Email_with_to()
 {
     Assert.AreEqual(_emailWithFromAndWithTo.GetTo().Count > 0, true);
 }
Esempio n. 2
0
 public void Email_without_to()
 {
     Assert.AreEqual(_emailWithoutFromAndWithoutTo.GetTo().Count > 0, false);
 }