We have different formats for test class names and need to specifically list 
them in the pom.xml file.

i'd like to propose picking a standard format and using a single wildcarded 
pattern to select them. The defaults for the surefire plugin are:
        **/Test*.java
        **/*Test.java
        **/*TestCase.java

i would suggest one of the latter 2 to avoid conflicts with inner classes (e.g. 
TestTransformSupport$1)

Thoughts?
Jeremy
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to