Re: Surefire Test Sequence..

2011-04-06 Thread Wayne Fay
On Wed, Apr 6, 2011 at 3:25 PM, sushil_rajmane wrote: > Perhaps you need to set order of execution of tests, by giving following > optional parameter. I am pleased to announce that the "raising the dead" award for 2011 goes to Sushil Rajmane for replying to a post that was started and last replie

Re: Surefire Test Sequence..

2011-04-06 Thread sushil_rajmane
ache.org/plugins/maven-surefire-plugin/test-mojo.html#runOrder -- View this message in context: http://maven.40175.n5.nabble.com/Surefire-Test-Sequence-tp108365p4287146.html Sent from the Maven - Users mailing list archive at Nabble.com. ---

Re: Surefire Test Sequence..

2008-06-30 Thread Martin Höller
On Saturday 28 June 2008 Niranjan Deshpande wrote: > Can i get a jar of the junit4.x maven plugin? Never heard of this plugin and according to its SVN repository it's quite dead. Are you maybe looking the maven-surefire-plugin[0]? hth, - martin [0] http://maven.apache.org/plugins/maven-surefire

Re: Surefire Test Sequence..

2008-06-28 Thread Niranjan Deshpande
I am aeare of that. Can i get a jar of the junit4.x maven plugin? On Sat, Jun 28, 2008 at 3:04 PM, Jeff MAURY <[EMAIL PROTECTED]> wrote: > With the surefire plugin, you can also exclude somes tests with the > excludes > tags: > > http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.htm

Re: Surefire Test Sequence..

2008-06-28 Thread Jeff MAURY
With the surefire plugin, you can also exclude somes tests with the excludes tags: http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#excludes Jeff MAURY On Sat, Jun 28, 2008 at 11:56 AM, Niranjan Deshpande <[EMAIL PROTECTED]> wrote: > I got the link to the maven-junit4.x plugi

Re: Surefire Test Sequence..

2008-06-28 Thread Niranjan Deshpande
I got the link to the maven-junit4.x plugin here https://maven2-junit4x.svn.sourceforge.net/svnroot/maven2-junit4x but isnt there a jar available as usual it is the case with other plugins. On Fri, Jun 27, 2008 at 9:23 PM, André Kelpe <[EMAIL PROTECTED]> wrote: > 2008/6/27 Geoffrey Wiseman <[EMA

Re: Surefire Test Sequence..

2008-06-28 Thread Niranjan Deshpande
I need customisation because, there is a single test class that has a a testsuite, in which all the classes are lined up. so if i call this class i will run all the classes. also this class does some property initialisation. so i need it to run and inturn exe all the other tests will have a look a

Re: Surefire Test Sequence..

2008-06-27 Thread André Kelpe
2008/6/27 Geoffrey Wiseman <[EMAIL PROTECTED]>: > On Fri, Jun 27, 2008 at 11:32 AM, Niranjan Deshpande <[EMAIL PROTECTED]> > Well, first of all, i'll admit that I don't know if this is possible, and if > so, how. If you're using JUnit 3.8.X, you might be able to make this happen > with a custom J

Re: Surefire Test Sequence..

2008-06-27 Thread Geoffrey Wiseman
On Fri, Jun 27, 2008 at 11:32 AM, Niranjan Deshpande <[EMAIL PROTECTED]> wrote: > I want to control the sequence in which my test classes are executed. > Well, first of all, i'll admit that I don't know if this is possible, and if so, how. If you're using JUnit 3.8.X, you might be able to make t

Surefire Test Sequence..

2008-06-27 Thread Niranjan Deshpande
I want to control the sequence in which my test classes are executed. Is it possible to configure the sequence when i add the plugin in my POM? Right now, maven picks up a class and i just dont understand how it picks from the 100s of classes. -- Regards, Niranjan Deshpande "Shut yourself fr