コード例 #1
0
 public void ThenNothingIsPublishedToEventBroker()
 {
     _eventPublisher
     .DidNotReceive()
     .PublishEvent(Arg.Any <IEvent>());
 }