This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes IDEs, Version Control and other tools and the fly likes how set working directory for eclipse plugin Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "how set working directory for eclipse plugin" Watch "how set working directory for eclipse plugin" New topic
Author

how set working directory for eclipse plugin

Zeca Pistolas
Greenhorn

Joined: Dec 08, 2011
Posts: 1
Hi,

hadas yaari wrote:Hi Jeanne,
... the unit test have to run in the user's project environment because it tests the project classes.


I have a Eclipse Plugin that use JUnitCore to run some JUnit test and runs ok.

But when a JUnit test needs a file with some input or confs, etc.... the JUnitCore cannot run correctly because it points to my home folder instead of project folder.

How can I set the Unit Test or JUnitCore to run in the user's project environment?


--
Thanks in advance,
ZecaPistolas
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26182
    
  66

Do your unit tests need a property or the plugin itself?


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how set working directory for eclipse plugin
 
Similar Threads
Junit on Eclipse
Testing Eclipse Plugin
Runnig test files with JUnit.core.run
System Tests
How to run UT in Eclipse/Maven