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