Package com.google.gwt.junit.client

Classes and modules used in building JUnit tests.

Classes

BenchmarkA type of GWTTestCase which specifically records performance results.
GWTTestCaseActs as a bridge between the JUnit environment and the GWT environment.
IntRangeA Range that iterates over a start and end value by a stepping function.
OperatorA mathematical operator used in Ranges to indicate the stepping function.
RangeIteratorA base class useful for implementing Iterators for Ranges.
TimeoutExceptionThis exception is thrown when a GWTTestCase-derived class runs a test in asynchronous mode and fails to complete within a specified timeout period.

Interfaces

CategoryA benchmark category.
RangeA range of values for a Benchmark parameter.