Esempio n. 1
0
 public void SetUpContext()
 {
     this.BoardTestReports = Substitute.For <IBoardTestReports>();
     this.Sut = new BoardTestReportFacadeService(this.BoardTestReports);
 }
Esempio n. 2
0
 public BoardTestReportFacadeService(IBoardTestReports boardTestReports)
 {
     this.boardTestReports = boardTestReports;
 }