Ejemplo n.º 1
0
        public void GetMetaWeatherItems_GivenBelfastAsWhereOnEarthId()
        {
            long belfastWoeId          = 44544;
            MetaWeatherService service = new MetaWeatherService();

            var weatherItems = service.GetMetaWeatherItem(belfastWoeId);

            Assert.AreEqual(44544, weatherItems.WhereOnEarthId);
        }