Exemplo n.º 1
0
 public ActionsService(IFileService fileService, IPrintGranuleService printGranuleService,
                       ICoverageDataConverter coverageDataConverter, ICoverageFileValidator coverageFileValidator,
                       IGranuleService granuleService, IPrintGranSetService printGranSetService)
 {
     _fileService           = fileService;
     _coverageDataConverter = coverageDataConverter;
     _coverageFileValidator = coverageFileValidator;
     _granuleService        = granuleService;
     _printGranSetService   = printGranSetService;
     _printGranuleService   = printGranuleService;
 }
Exemplo n.º 2
0
 public GranuleServiceTests()
 {
     _granuleService = new GranuleService();
 }
Exemplo n.º 3
0
 public PresentGranuleSetTests()
 {
     _granuleSetPresenter = new GranuleSetPresenter();
     _granuleService      = new GranuleService();
 }