Hi guys, In my src/test/java/** I have a number of base classes, which extend TestCase but add common logic such as properly initialising the database etc. The problem is that Surefire seems to try to run these as tests, and then they fail because JUnit doesn't find any test*() methods in them.
Is there a way to either filter out a package (test.db.common.*) or a glob pattern (any class not starting with Test* is not a test) or similar? Martin -- View this message in context: http://www.nabble.com/Stopping+Surefire+from+running+base+classes+as+tests-t1717734.html#a4665068 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
