Beispiel #1
0
 public GenericRepositoryTests(WeatherTestsFixture weatherTestsFixture)
 {
     _weatherTestsFixture = weatherTestsFixture;
     CreateScope();
     _repository = GetInstance <IRepository <OpenWeather> >();
 }
Beispiel #2
0
 public WeatherRepositoryTests(WeatherTestsFixture weatherTestsFixture)
 {
     _weatherTestsFixture = weatherTestsFixture;
 }
 public OpenWeatherTests(WeatherTestsFixture weatherTestsFixture)
 {
     _weatherTestsFixture = weatherTestsFixture;
 }