com.google.gwt.junit.client.impl
Class GWTRunner

java.lang.Object
  extended by com.google.gwt.junit.client.impl.GWTRunner
All Implemented Interfaces:
EntryPoint

public class GWTRunner
extends java.lang.Object
implements EntryPoint

A stub for the translatable GWTRunner entry point.

There are two versions of this class. This version is the binary version that just serves as a stub. The other version is a translatable class that is used within the browser. See the translatable subpackage for the translatable implementation.


Constructor Summary
GWTRunner()
           
 
Method Summary
 void onModuleLoad()
          The entry point method, called automatically by loading a module that declares an implementing class as an entry point.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWTRunner

public GWTRunner()
Method Detail

onModuleLoad

public void onModuleLoad()
Description copied from interface: EntryPoint
The entry point method, called automatically by loading a module that declares an implementing class as an entry point.

Specified by:
onModuleLoad in interface EntryPoint