Vincent Massol wrote:
>
> ----- Original Message -----
> From: "Alex Fern�ndez" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, July 24, 2001 3:26 PM
> Subject: Re: [Cactus v2 - POLL] Choosing what kind of tests to run
>
> > Hmmm,
> >
> > Vincent Massol wrote:
> > > > Just as you can test with weblogic and/or tomcat depending on the ant
> > > > tasks, have one task for MO testing and another that runs all tests.
> > > > Less hassle to setup.
> > > >
> > >
> > > So it means that you are against mixing different kind of tests within
> the
> > > same Test case class, right ?
> >
> > Nope, just the opposite: that you have exactly the same tests. They are
> > run in MO style or IC style according to the ant script you run.
> >
>
> hehe ... this is exactly what I was proposing with the -D parameter .... !
> :-)
Oops, then it's the -D parameter I choose :)
> Do you have any other suggestion (apart for implementing our own test
> runners, which I would prefer not to do since it will break the existing
> JUnit tools and IDE plugins) ? We agree that if the difference is not in the
> test case, then it has to be in the way you start JUnit ... so there isn't a
> lot of choices left ... :-)
>
> To recap, how do you tell Cactus what kind of test you want to run (MO, IC,
> PF) ?
via the -D paramter perhaps? :-D