> - A preferred way to organize directories and integrate the TestCase
> classes
We are using JUnit for doing basic testing in the project we are working
on right know, and due to circumstances outside our controll we can not
put the test cases in the same directory as the source code, i.e. we
have a parallel directory structure which only contains the test cases.
E.g.
some_path/basic_test/my/package/name/...
some_path/source_code/my/package/name/...
If you come up with some rules on where to put thing, please make sure
that it is possible to custimize it so that you do not have to put the
test case files in the same directory as the source code they test (the
same package is fine, since that does not mean they have to be in the
same directory depending on classpath, se example above).
/John
--
LM/ERA/LVA/KD John Olsson mailto:[EMAIL PROTECTED]
Ericsson Radio Systems AB, Box 1248, S-581 12 Linkoping
-------------------------------------------------------------
Phone: +46 13 321070 ECN: 868 1070 Fax: +46 13 287370
-------------------------------------------------------------
I was doing object-oriented assembly when I was 1 year old...
For some reason my mom insists on calling it "Playing with blocks"