Beispiel #1
0
        public void Test1()
        {
            WeatherForecastController obj = new WeatherForecastController();
            var result = obj.checkWeather("Chilly");

            Assert.True(result);
        }