Hi, Martin, you're the former Exolution employee, aren't you? If so, greetings from Stuttgart. :-)
On 6/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Why is the superclass of a test not considered for this? It seems that a class named MyTest that extends java.lang.Object is executed when running surefire:test, which does not make any sense.
I do believe, that the surefire plugin (or JUnit, don't know exactly which) does consider the superclass, or at least factors like whether a class is abstract or not. For example, I definitely do have projects with classes like "AbstractFooTestCase" and the surefire plugin doesn't run them. The wildcard patterns are, IMO, only describing a set of classes, which are considered for running as tests. Jochen -- Women have the ability to wind you round their little finger. Daughters can use all of the fingers together. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
