org.switchboard.test
Class GoogleTest

java.lang.Object
  extended by TestCase
      extended by org.switchboard.test.GoogleTest
All Implemented Interfaces:
EventListener, ServiceResultListener

public class GoogleTest
extends TestCase
implements ServiceResultListener


Constructor Summary
GoogleTest()
           
 
Method Summary
 void endOfResults(GenericService service)
           
 void resultReceived(GenericService service, Object request, Object result)
           
 void status(GenericService service, String statusMessage)
           
 void testBegin()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleTest

public GoogleTest()
Method Detail

testBegin

public void testBegin()

status

public void status(GenericService service,
                   String statusMessage)
Specified by:
status in interface ServiceResultListener

resultReceived

public void resultReceived(GenericService service,
                           Object request,
                           Object result)
Specified by:
resultReceived in interface ServiceResultListener

endOfResults

public void endOfResults(GenericService service)
Specified by:
endOfResults in interface ServiceResultListener