Ejemplo n.º 1
0
 public GenericRepositoryTests(WeatherTestsFixture weatherTestsFixture)
 {
     _weatherTestsFixture = weatherTestsFixture;
     CreateScope();
     _repository = GetInstance <IRepository <OpenWeather> >();
 }
Ejemplo n.º 2
0
 public WeatherRepositoryTests(WeatherTestsFixture weatherTestsFixture)
 {
     _weatherTestsFixture = weatherTestsFixture;
 }
Ejemplo n.º 3
0
 public OpenWeatherTests(WeatherTestsFixture weatherTestsFixture)
 {
     _weatherTestsFixture = weatherTestsFixture;
 }