See: Description
| Interface | Description |
|---|---|
| Category | Deprecated |
| Class | Description |
|---|---|
| Benchmark |
A type of
GWTTestCase which specifically
records performance results. |
| Benchmark.BenchmarkStrategy |
The
JUnitShell.Strategy used for benchmarking. |
| IntRange |
Iterates over a start and end value by a stepping function.
|
| Operator |
A mathematical operator used in
IntRanges to indicate the stepping
function. |
| RangeIterator<T> |
A base class useful for implementing Iterators for Ranges.
|
| Annotation Type | Description |
|---|---|
| IterationTimeLimit |
Specifies a custom time limit for iterations on the decorated
Benchmark method. |
| RangeEnum |
Specifies an Enum containing the entire range of values for a parameter to a
Benchmark method. |
| RangeField |
Specifies a field containing the entire range of values for a parameter to a
Benchmark method. |
| Setup |
Specifies a setup method that will be executed before the annotated
Benchmark test method. |
| Teardown |
Specifies a teardown method that will be executed after the annotated
Benchmark test method. |