com.google.gwt.junit.rebind
Class GWTRunnerGenerator
java.lang.Object
Generator
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.
|
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 |
GWTRunnerGenerator
public GWTRunnerGenerator()
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