Package com.google.gwt.junit.client.impl

Interface Summary
JUnitHost An interface for GWTTestCase to communicate with the test process through RPC.
JUnitHostAsync The asynchronous version of JUnitHost.
 

Class Summary
ExceptionWrapper A helper class for converting a generic Throwable into an Object that can be serialized for RPC.
GWTRunner A stub for the translatable GWTRunner entry point.
JUnitHost.ClientInfo Information about the client browser.
JUnitHost.InitialResponse An initial response that sets the client session id.
JUnitHost.TestBlock Returned from the server to tell the system what test to run next.
JUnitHost.TestInfo Returned from the server to tell the system what test to run next.
JUnitResult Encapsulates the results of the execution of a single benchmark.
StackTraceWrapper A helper class for converting a generic StackTraceElement into an Object that can be serialized for RPC.