I actually use TestNG, and filter my testng.xml thus getting the result it sounds like you want.
On Thu, Jun 19, 2008 at 12:51 AM, Julien Simon <[EMAIL PROTECTED]> wrote: > Hi, > > If you want to exclude some specific tests you need to configure the > surefire plugin in your pom. Have a look at this > > http://maven.apache.org/plugins/maven-surefire-plugin/examples/inclusion-exclusion.html > There's an example showing how to exclude tests. > > On Thu, Jun 19, 2008 at 4:31 AM, youhaodeyi <[EMAIL PROTECTED]> wrote: > > > > > I put test case in the src/test/java directory also some demo code there. > > Is > > there a way to skip the demo code when doing test? > > > > thanks. > > -- > > View this message in context: > > http://www.nabble.com/How-to-filter-Test-case--tp17996149p17996149.html > > Sent from the Maven - Users mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- --- Thank You… Mick Knutson BASE Logic, inc. (415) 354-4215 Website: http://baselogic.com Blog: http://baselogic.com/blog BLiNC Magazine: http://blincmagazine.com Linked IN: http://linkedin.com/in/mickknutson DJ Mick: http://djmick.com MySpace: http://myspace.com/mickknutson Tahoe: http://tahoe.baselogic.com
