Package com.google.gwt.junit.client
Classes and modules used in building JUnit tests.
Classes
| 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. |
| 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. |
Interfaces
| Category | A benchmark category. |
| Range | A range of values for a Benchmark parameter. |