I\'m trying to test the class:
public class WeatherProvider { private OWM owm; public WeatherProvider(OWM owm) { this.owm = owm; } public CurrentWeatherDat