Beispiel #1
0
 public void ReceivesAMessage(MatcherCustom matcher)
 {
     if (Message == null)
     {
         throw new Exception("Message cannot be null");
     }
     matcher.AssertThat(Message.Body);
 }
 public void ReceivesAMessage(MatcherCustom matcher)
 {
     if (Message == null)
     {
         throw new Exception("Message cannot be null");
     }
     matcher.AssertThat(Message.Body);
 }