Re: Eclipse -- Junit test definitions
- From: "Tonny Madsen" <tonny.madsen@xxxxxxxxx>
- Date: 15 Oct 2006 08:37:38 -0700
Hej Kevin,
You must
- open the run dialogue via "Run" -> "Run..."
- select the proper launch configuration
- goto the "Common" tab
- in the "Save as" group select "Shared file" and enter a file name.
Voila!
/tonny
kevin cline wrote:
Is there a way to set the classpath for all Junit tests runs at one
time? Currently it seems I must define the classpath for each test
case, even though all the test cases require the same classpath.
Also, is there a way to conveniently store launch definitions and
project build paths in the source code control system? It seems that
everytime we need a new library, all N developers have to go add that
library to the class path for their project. I'm used to storing all
this stuff in a Makefile that is checked in to the source code control
system, so that when one developer adds something, everyone else can
see it. But with Eclipse it seems that there are any number of actions
that must be repeated by every developer on the team.
.
- Follow-Ups:
- Re: Eclipse -- Junit test definitions
- From: kevin cline
- Re: Eclipse -- Junit test definitions
- From: kevin cline
- Re: Eclipse -- Junit test definitions
- References:
- Eclipse -- Junit test definitions
- From: kevin cline
- Eclipse -- Junit test definitions
- Prev by Date: Re: Comparing Eclipse and NetBeans
- Next by Date: Re: Comparing Eclipse and NetBeans
- Previous by thread: Eclipse -- Junit test definitions
- Next by thread: Re: Eclipse -- Junit test definitions
- Index(es):
Relevant Pages
|