Hey everyone,
In m1 it was easy to exclude certain things from being run as test cases
using:
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
<excludes>
<exclude>**/Abstract*.java</exclude>
</excludes>
I don't see anything similar in m2 and it's trying to run my
HibernateDaoSupportTestCase which is an abstract base class for my Dao
unit tests. How can I exclude this from the tests being run?
Thanks,
Rich
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]