Package com.google.gwt.junit.client
Classes and modules used in building JUnit tests.
-
Class Summary Class Description GWTTestCase Acts as a bridge between the JUnit environment and the GWT environment.GWTTestCase.TestModuleInfo Information about a synthetic module used for testing. -
Exception Summary Exception Description TimeoutException This exception is thrown when aGWTTestCase
-derived class runs a test in asynchronous mode and fails to complete within a specified timeout period. -
Annotation Types Summary Annotation Type Description WithProperties Annotation indicating that a test method inside aGWTTestCase
requires a set of binding properties to be set in its module.WithProperties.Property Annotation defining a binding property.