Hi Chris, I've just committed the change in Cactus CVS HEAD. JettyTestSetup now checks if jetty is already started. If so, it doesn't start it again nor does it stop it.
This way you can have: - MyTestCase1 with a suite() method - MyTestCaseN with a suite() method - TestAll which adds all MyTestCaseN classes and be able to execute each of them with no change. I'll release a 1.7dev nightly build sometime this week end. Thanks -Vincent > -----Original Message----- > From: Chris May [mailto:[EMAIL PROTECTED] > Sent: 11 May 2004 09:53 > To: Cactus Users List > Subject: Re: Jetty integration - running individual tests > > > On 10 May 2004, at 20:04, Vincent Massol wrote: > > > I'd be happy to change the way it works if you can find a solution. > > > > Then only solution I can think of for now is for you to have a suite() > > method in each of your test case classe. Then we could modify the > > existing JettyTestSetup class to not start/stop the server if it's > > already running. Would that do it for you? > > > > That would certainly improve things performance-wise. The ability to > run a single test method from the IDE is nice, but it's a long way off > essential, and this would seem to solve every other issue that I have. > > > Many thanks. > > Chris > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
