You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brandon Enochs <en...@itd.nrl.navy.mil> on 2007/10/30 19:49:49 UTC

Abstract Test Case

Where should abstract test case or utility classes that are only used by 
test case be placed?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Abstract Test Case

Posted by Wayne Fay <wa...@gmail.com>.
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 <en...@itd.nrl.navy.mil> wrote:
> Where should abstract test case or utility classes that are only used by
> test case be placed?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org