Ejemplo n.º 1
0
        public void GetWhereOnEarthId_GivenBelfastAsLocation()
        {
            string             location = "belfast";
            MetaWeatherService service  = new MetaWeatherService();

            var woeId = service.GetWhereOnEarthId(location);

            Assert.AreEqual(44544, woeId);
        }