You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Chris Wall <cw...@bea.com> on 2005/08/11 02:30:22 UTC

[m2] How does m2 recognize junit tests to be executed?

Hey.
 
My compiled junit tests are not being executed.  How does Maven 2
determine which tests to execute?  I'm using the default
testSourceDirectory and testOutputDirectory settings  ClassA contains a
method called testGetByLastName() has the following class hierarchy:
 
ClassA -> CustomBaseTest ->
AbstractDependencyInjectionSpringContextTests ->
AbstractSpringContextTests -> TestCase
 
Thanks.
 
-Chris