[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: Running more than one set of JUnit tests?

Thanks for that tip.

It's a pity that Eclipse JUnit doesn't support more than one project in its
Config.

/Phillipus


"Daniel Megert" <daniel.megert@xxxxxxx> wrote in message
news:ccdnku$2jq$2@xxxxxxxxxxxxxx
> Phillipus wrote:
>
> >Hi,
> >
> >I have 6 different Java Projects each with their own set of local JUnit
> >tests.  I can run an Eclipse JUnit Confguration launch by selecting for
each
> >project "Run all tests in the selected project, package or source
folder".
> >But is there any way to set up a configuration, or batch job, to run all
6
> >sets of JUnit Tests in the UI Test runner?
> >
> >
> Create an AllTestsProject with a suite that calls all others. However,
> this only works correctly if your tear down methods correctly restore
> the environment after each test.
>
> Dani
>
> >Thanks in advance.
> >
> >Phillipus
> >
> >
> >
> >