Beispiel #1
0
        public void Check_WeatherForecastOkActionResult()
        {
            var responce = _controller.GetWithActionResult();

            Assert.IsType <OkObjectResult>(responce.Result);
        }