Glen Stampoultzis wrote: >>>Hi Avik, why not just use the junit swing gui? This detects all tests in >>>the classpath automatically and lets you pick a particular one to run. >>> >Plus > >>>it remembers which ones you've run in the past. >>> >>> >>-1 - I like this.. . Running from the shell rules. >> > >Damn shell freaks. :) Not that I care. I usually just use right-click and >select test from within my IDE. I can then click straight through to the >error since Junit is integrated in the IDE. Idea rules! Oh wait... we had >this debate. :-) > >-- Glen >
FWIW, as the buildmeister on my team at work, I was asked to add a similar target to our build. Mighty easy to alias such a command line, and very handy when doing heavy refactoring to just run the relevant unit test. > > > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
