Details
Description
Dealing with index statistics in the JUnit tests require some tedious work, like looking up table and index ids, doing selects on the SYS.SYSSTATISTICS table, and analyzing the results of these queries.
To make life easer and the tests easier to read, a set of utility methods will be added to a new class living in the JUnit test framework package.