Beispiel #1
0
 public SpecialHandlingControllerTests()
 {
     this.mediator             = A.Fake <IMediator>();
     this.auditService         = A.Fake <IAuditService>();
     specialHandlingController = new SpecialHandlingController(A.Fake <IMediator>(), this.auditService);
     A.CallTo(() => auditService.AddAuditEntry(this.mediator, notificationId, "user", NotificationAuditType.Added, NotificationAuditScreenType.SpecialHandling));
 }
 public SpecialHandlingControllerTests()
 {
     specialHandlingController = new SpecialHandlingController(A.Fake<IMediator>());
 }