weather_service
Class TestWeatherGateway
java.lang.Object
weather_service.TestWeatherGateway
public class TestWeatherGateway
- extends java.lang.Object
This class tests all the functionality provided by the WeatherGateway class
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 |
partnerID
public static java.lang.String partnerID
licenseKey
public static java.lang.String licenseKey
TestWeatherGateway
public TestWeatherGateway()
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)