コード例 #1
0
        public async Task GetWeatherForecast()
        {
            var results = await _testFixure.GetAsync <IEnumerable <WeatherForecast> >("WeatherForecast");

            Assert.NotEmpty(results);
        }