Esempio n. 1
0
 public void Does_Not_Call_When_User_Has_Not_Activated_Notification()
 {
     _notificationService.NotifyUser(12);
     _notifier.DidNotReceive().Notify(Arg.Any <User>());
     _notifier.DidNotReceiveWithAnyArgs().Notify(default);