If you're only using them in one project/module, you can put them
anywhere under src/test/java.

If you intend to use them across multiple modules, you should probably
build a test-jar module with your Abstract test classes and then
depend on it in your other modules.

Wayne

On 10/30/07, Brandon Enochs <[EMAIL PROTECTED]> wrote:
> Where should abstract test case or utility classes that are only used by
> test case be placed?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to