public void SetUpContext() { this.ReportService = Substitute.For <IAssemblyFailsReportService>(); this.Sut = new AssemblyFailsReportsFacadeService(this.ReportService); }
public AssemblyFailsReportsFacadeService(IAssemblyFailsReportService reportService) { this.reportService = reportService; }