Re: JUnit Test Temp Directory

2003-11-05 Thread Alain Javier Guarnieri del Gesu
* Peter Donald [EMAIL PROTECTED] [2003-11-03 22:14]: On Tue, 4 Nov 2003 08:59 am, Alain Javier Guarnieri del Gesu wrote: What do you feel is the best place to create temporary files and directories for a unit test? Should I use a directory under target? Should I create a temp file

JUnit Test Temp Directory

2003-11-03 Thread Alain Javier Guarnieri del Gesu
What do you feel is the best place to create temporary files and directories for a unit test? Should I use a directory under target? Should I create a temp file using File.createTempFile()? The latter does not help if I want a temp directory. Thoughts, please. -- Alain Javier Guarnieri del

Re: JUnit Test Temp Directory

2003-11-03 Thread Peter Donald
On Tue, 4 Nov 2003 08:59 am, Alain Javier Guarnieri del Gesu wrote: What do you feel is the best place to create temporary files and directories for a unit test? Should I use a directory under target? Should I create a temp file using File.createTempFile()? The latter does not help if I