Menu

#12 remove restrictions on package structure

open
nobody
None
7
2005-05-21
2005-03-24
Anonymous
No

Jester currently requires that the testcase's .class
file is in the same diractory as the .java file of the
class that it tests. This is unacceptable for any
serious project of non-trivial size, as it is
incompatible with a sane project structure.

It must be possible to keep source files and .class
files in separate directory trees. It should also be
possible to keep the JUnit testsuite in a separate
directory tree from the application itself.

Discussion

  • Elliotte Rusty Harold

    • priority: 5 --> 7
     

Log in to post a comment.