Exemplo n.º 1
0
 public ReasonForExportControllerTests()
 {
     this.mediator             = A.Fake <IMediator>();
     this.auditService         = A.Fake <IAuditService>();
     reasonForExportController = new ReasonForExportController(A.Fake <IMediator>(), this.auditService);
     A.CallTo(() => auditService.AddAuditEntry(this.mediator, notificationId, "user", NotificationAuditType.Added, NotificationAuditScreenType.ReasonForExport));
 }
 public ReasonForExportControllerTests()
 {
     reasonForExportController = new ReasonForExportController(A.Fake<IMediator>());
 }