com.google.gwt.junit.rebind
Class GWTRunnerGenerator

java.lang.Object
  extended by Generator
      extended by com.google.gwt.junit.rebind.GWTRunnerGenerator

public class GWTRunnerGenerator
extends Generator

This class generates a stub class for classes that derive from GWTTestCase. This stub class provides the necessary bridge between our Hosted or Hybrid mode classes and the JUnit system.


Constructor Summary
GWTRunnerGenerator()
           
 
Method Summary
 java.lang.String generate(TreeLogger logger, GeneratorContext context, java.lang.String typeName)
          Create a new type that satisfies the rebind request.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWTRunnerGenerator

public GWTRunnerGenerator()
Method Detail

generate

public java.lang.String generate(TreeLogger logger,
                                 GeneratorContext context,
                                 java.lang.String typeName)
                          throws UnableToCompleteException
Create a new type that satisfies the rebind request.

Throws:
UnableToCompleteException