It appears there is a bug which causes only the first testsources element in clover-setup to be respected.
e.g. the following will only recognise classes ending in TC as tests.
<clover-setup initString="${clover.dir}/db/clover_coverage.db" preserve="false">
<testsources dir="${test.home}">
<testclass name=".*TC">
<testmethod name="test.*"/>
</testclass>
</testsources>
<testsources dir="${test.home}">
<testclass name=".*Test"/>
</testsources>
</clover-setup>
see also: http://www.cenqua.com/forums/thread.jspa?messageID=17534#17534
- relates to
-
CLOV-95 Allow multiple ways of finding "test" methods (during the same clover run)
- Closed