Beispiel #1
0
        public void GetWeatherForcast()
        {
            var returnValue = controller.GetWeather();

            Assert.Equal("Today is a sunny day!!!", returnValue.ToString());
        }