Exemplo n.º 1
0
        public void Test1()
        {
            string staticWeather = WeatherForecastController.GetWeatherData();

            Assert.NotNull(staticWeather);
        }