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