Esempio n. 1
0
 public InterventionServiceTests()
 {
     this.testInterventionList   = this.GetTestServiceInterventionList();
     this.dateTimeProvider       = this.GetDateTimeProvider();
     this.interventionRepository = this.GetConfiguredServiceInterventionRepository(testInterventionList);
     this.interventionService    = new InterventionService(interventionRepository.Object, dateTimeProvider.Object);
 }
Esempio n. 2
0
 public void SetUp()
 {
     interventionService = new InterventionService("");
 }