com.google.gwt.junit.client.impl
Class JUnitHost.InitialResponse

java.lang.Object
  extended by com.google.gwt.junit.client.impl.JUnitHost.InitialResponse
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
JUnitHost

public static class JUnitHost.InitialResponse
extends java.lang.Object
implements java.io.Serializable

An initial response that sets the client session id.

See Also:
Serialized Form

Constructor Summary
JUnitHost.InitialResponse(int sessionId, JUnitHost.TestBlock testBlock)
           
 
Method Summary
 int getSessionId()
           
 JUnitHost.TestBlock getTestBlock()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitHost.InitialResponse

public JUnitHost.InitialResponse(int sessionId,
                                 JUnitHost.TestBlock testBlock)
Method Detail

getSessionId

public int getSessionId()

getTestBlock

public JUnitHost.TestBlock getTestBlock()