コード例 #1
0
        public async Task GetWeatherTest_WithApi_ReturnJson()
        {
            api.Init();
            var wheather = await api.GetWheaterAsync("SBCF");

            Assert.IsInstanceOfType(wheather, typeof(MetarResponse));
        }