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