Beispiel #1
0
 public void should_automatically_tell_the_INotification_to_send_notification()
 {
     notification.AssertWasCalled(x => x.send_notification(smtp_host, email_from, email_to, email_subject, email_message));
 }