Clover-for-Ant 2.0.3
22 November, 2007
This release fixes some minor bugs and provides advanced support for detecting tests.
The <testresults/> element has been added to integrate test results into reports for test cases using '@Test (expected=Exception.class)' like annotations.
Bugs
CLOV-91 - NPE thrown from velocity template when no tests are instrumented
CLOV-96 - Multiple testsources in clover-setup are ignored
CLOV-103 - Test Results in Method Interstitials are incorrect
Improvements
CLOV-41 - Clover seems to dump a lot of output to stderr instead of std out
CLOV-95 - Allow multiple ways of finding "test" methods (during the same clover run)
New Features
CLOV-99 - Allow test rewriting to be disabled
CLOV-98 - Re-add testresults element/attribute