Tests Weather Retrieval Via GLUE Interface
Invoke_Weather invoker = new Invoke_Weather();
WeatherSummary summary = invoker.getWeatherSummary("KJFK");
// Cannot test actual weather data, as this changes.
// Hence, test location field.
assertEquals ("New York, Kennedy International Airport, NY, United States",
summary.location);