public class

GWTRunnerGenerator

extends Generator
java.lang.Object
   ↳ com.google.gwt.core.ext.Generator
     ↳ com.google.gwt.junit.rebind.GWTRunnerGenerator

Class Overview

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.

Summary

Public Constructors
GWTRunnerGenerator()
Public Methods
String generate(TreeLogger logger, GeneratorContext context, String typeName)
Create a new type that satisfies the rebind request.
[Expand]
Inherited Methods
From class com.google.gwt.core.ext.Generator
From class java.lang.Object

Public Constructors

public GWTRunnerGenerator ()

Public Methods

public String generate (TreeLogger logger, GeneratorContext context, String typeName)

Create a new type that satisfies the rebind request.

Throws
UnableToCompleteException