/**
- For use by Ant 1.5.3 builds; does not reorder tests to fail fast. Ant 1.7 builds should use
- CloverOptimizedTestSet.
- <p/>
- This class has been adapted specifically for use with Ant1.5.3 for use in maven 1.0.2 builds.
- This class can be defined like so, in the <batchtest/> element of the junit task:
- <p/>
- <custom classname="com.cenqua.clover.types.CloverOptimizedTestSelectorForAnt153">
- <param name="snapshotfile" value="${maven.clover.snapshot}"/>
- <param name="debug" value="true"/>
- <param name="fullRunEvery" value="10"/>
- </custom>
*/