weather_service
Class TestWeatherGateway

java.lang.Object
  extended by weather_service.TestWeatherGateway

public class TestWeatherGateway
extends java.lang.Object

This class tests all the functionality provided by the WeatherGateway class


Field Summary
static java.lang.String licenseKey
           
static java.lang.String partnerID
           
 
Constructor Summary
TestWeatherGateway()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testLocalService(java.lang.String locationID, java.lang.String weatherServer)
           
 void testSearchService(java.lang.String where)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

partnerID

public static java.lang.String partnerID

licenseKey

public static java.lang.String licenseKey
Constructor Detail

TestWeatherGateway

public TestWeatherGateway()
Method Detail

main

public static void main(java.lang.String[] args)

testSearchService

public void testSearchService(java.lang.String where)

testLocalService

public void testLocalService(java.lang.String locationID,
                             java.lang.String weatherServer)