Package com.google.gwt.junit.client

Classes and modules used in building JUnit tests.

See:
          Description

Interface Summary
Category A benchmark category.
Range A range of values for a Benchmark parameter.
 

Class Summary
Benchmark A type of GWTTestCase which specifically records performance results.
GWTTestCase Acts as a bridge between the JUnit environment and the GWT environment.
IntRange A Range that iterates over a start and end value by a stepping function.
Operator A mathematical operator used in Ranges to indicate the stepping function.
RangeIterator A base class useful for implementing Iterators for Ranges.
TestResults Encapsulates the results of the execution of a single benchmark.
Trial The result of a single trial-run of a single benchmark method.
 

Exception Summary
TimeoutException This exception is thrown when a GWTTestCase-derived class runs a test in asynchronous mode and fails to complete within a specified timeout period.
 

Package com.google.gwt.junit.client Description

Classes and modules used in building JUnit tests.