Class GWTTestCase

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.google.gwt.junit.client.GWTTestCase
All Implemented Interfaces:
junit.framework.Test

public abstract class GWTTestCase extends junit.framework.TestCase
Acts as a bridge between the JUnit environment and the GWT environment. We hook the run method and stash the TestResult object for later communication between the test runner and the unit test shell that drives the test case inside a hosted browser.

There are two versions of this class. This version is the binary version that derives from JUnit's TestCase and handles all the work of starting up the GWT environment. The other version is a translatable class that is used within the browser. See the translatable subpackage for the translatable implementation.