示例#1
0
        public void ThenInvokeTheOpenWeatherRestApiForTheSameCityMumbai(string cityName)
        {
            var restOutput = OpenWeather.GetWeatherDetailsForaCity(cityName);

            ApiResult = restOutput.Result.main.humidity;
        }