| Abstract class which executes T_Generic. This splits the running
of a test into two parts, the test setup and running the test.
This allows the setup to be performed once, and then the
test itself to be run for a number of iterations. The number
iterations is set by the property derby.unittests.iterations
and defaults to 1.
Statistics are provided about each iteration in the error log. The statistics
are time for each iteration, used and total memory changes per iteration.
See Also: T_Generic |