Re: 'Running a Single Test' feature does not work as expected (for testng provider)

2013-04-07 Thread Kristian Rosenvold
Please file an issue at https://jira.codehaus.org/browse/SUREFIRE and attach your test project and fix there. Kristian 2013/4/7 Alex Chen : > Feature link > http://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html > > Issue description: Method with @AfterTest annotation a

Re: Re: Running a single test?

2005-12-23 Thread Chris Berry
seems strange to me, but I may not know why this was done. > > Thanks > > Ray > > -Original Message- > From: Chris Berry [mailto:[EMAIL PROTECTED] > Sent: Friday, December 23, 2005 1:39 PM > To: Maven Users List; [EMAIL PROTECTED] > Subject: Re: Running a sin

RE: Re: Running a single test?

2005-12-23 Thread Raymond N. Ritz
: Friday, December 23, 2005 1:39 PM To: Maven Users List; [EMAIL PROTECTED] Subject: Re: Running a single test? mvn -Dtest=MyTest test Note: MyTest is your java test class. Note: Use it "unqualified" -- without its package name (e.g. without " com.myco.") otherwise, this conf

Re: Running a single test?

2005-12-23 Thread Chris Berry
mvn -Dtest=MyTest test Note: MyTest is your java test class. Note: Use it "unqualified" -- without its package name (e.g. without " com.myco.") otherwise, this confuses m2 On 12/23/05, Raymond N. Ritz <[EMAIL PROTECTED]> wrote: > > Is there a way to run a single junit test case in maven 2? > > >

Re: Running a single test?

2005-12-23 Thread Milos Kleint
if there isn't I will have to write it I guess, I want to reuse it for Netbeans IDE M2 integration.. Milos On 12/23/05, Raymond N. Ritz <[EMAIL PROTECTED]> wrote: > > Is there a way to run a single junit test case in maven 2? > > > > Raymond Ritz > > > > >